X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ca67e7b465996afb3821d6a075c4dc6a7f0f5d52..1c15e88899094343f75aeba04122cd96a96b428e:/usr/src/sys/tahoestand/vdformat/vdfmt.c diff --git a/usr/src/sys/tahoestand/vdformat/vdfmt.c b/usr/src/sys/tahoestand/vdformat/vdfmt.c index 3a7bb2f695..d6604fa917 100644 --- a/usr/src/sys/tahoestand/vdformat/vdfmt.c +++ b/usr/src/sys/tahoestand/vdformat/vdfmt.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)vdfmt.c 1.6 (Berkeley/CCI) 6/7/88"; +static char sccsid[] = "@(#)vdfmt.c 1.7 (Berkeley/CCI) 6/24/90"; #endif /* @@ -11,7 +11,7 @@ static char sccsid[] = "@(#)vdfmt.c 1.6 (Berkeley/CCI) 6/7/88"; main() { exdent(-1); - print("VDFORMAT Berkeley Version 1.6 \n\n"); + print("VDFORMAT Berkeley Version 1.7 \n\n"); for(;;) { determine_controller_types(); @@ -169,7 +169,7 @@ init_environment() operations[6].routine = exercise; operations[6].op_name = "Exercise"; operations[6].op_action = "exercising"; - bad_map = (bs_map *)bs_map_space; + bad_map = &norm_bad_map; }