From 3cd181a6934c7e90d989fa6cef435d8cd60d0e69 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Sat, 11 Oct 1980 22:08:13 -0800 Subject: [PATCH] cpu % and link fix SCCS-vsn: sys/vax/vax/machdep.c 3.28 --- usr/src/sys/vax/vax/machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sys/vax/vax/machdep.c b/usr/src/sys/vax/vax/machdep.c index 6074079d33..a71dfcf7d3 100644 --- a/usr/src/sys/vax/vax/machdep.c +++ b/usr/src/sys/vax/vax/machdep.c @@ -1,4 +1,4 @@ -/* machdep.c 3.27 %G% */ +/* machdep.c 3.28 %G% */ #include "../h/param.h" #include "../h/systm.h" @@ -16,7 +16,7 @@ #include "../h/cons.h" #include "../h/reboot.h" -char version[] = "VM/UNIX (Berkeley Version 3.27) %H% \n"; +char version[] = "VM/UNIX (Berkeley Version 3.28) %H% \n"; int icode[] = { 0x9f19af9f, /* pushab [&"init.vm",0]; pushab */ -- 2.20.1