sccsids aren't executable kirk
authorJim Bloom <bloom@ucbvax.Berkeley.EDU>
Thu, 27 Jun 1985 05:03:11 +0000 (21:03 -0800)
committerJim Bloom <bloom@ucbvax.Berkeley.EDU>
Thu, 27 Jun 1985 05:03:11 +0000 (21:03 -0800)
SCCS-vsn: sys/vax/mdec/hkboot.c 6.3
SCCS-vsn: sys/vax/mdec/hpboot.c 6.3
SCCS-vsn: sys/vax/mdec/htboot.c 6.3
SCCS-vsn: sys/vax/mdec/mtboot.c 6.3
SCCS-vsn: sys/vax/mdec/raboot.c 6.3
SCCS-vsn: sys/vax/mdec/rlboot.c 6.3
SCCS-vsn: sys/vax/mdec/tmboot.c 6.3
SCCS-vsn: sys/vax/mdec/tsboot.c 6.3
SCCS-vsn: sys/vax/mdec/tuboot.c 6.3
SCCS-vsn: sys/vax/mdec/upboot.c 6.3
SCCS-vsn: sys/vax/mdec/utboot.c 6.4

usr/src/sys/vax/mdec/hkboot.c
usr/src/sys/vax/mdec/hpboot.c
usr/src/sys/vax/mdec/htboot.c
usr/src/sys/vax/mdec/mtboot.c
usr/src/sys/vax/mdec/raboot.c
usr/src/sys/vax/mdec/rlboot.c
usr/src/sys/vax/mdec/tmboot.c
usr/src/sys/vax/mdec/tsboot.c
usr/src/sys/vax/mdec/tuboot.c
usr/src/sys/vax/mdec/upboot.c
usr/src/sys/vax/mdec/utboot.c

index 6a86e67..888a851 100644 (file)
@@ -4,10 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-_sccsid:.asciz "@(#)hkboot.c   6.2 (Berkeley) %G%"
-#endif not lint
-
+/* @(#)hkboot.c        6.3 (Berkeley) %G% */
 
 /*
  * RK07 1st level boot program: loads next 7.5Kbytes from
 
 /*
  * RK07 1st level boot program: loads next 7.5Kbytes from
index 99d6d97..156f223 100644 (file)
@@ -4,9 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-_sccsid:.asciz "@(#)hpboot.c   6.2 (Berkeley) %G%"
-#endif not lint
+/* "@(#)hpboot.c       6.3 (Berkeley) %G%" */
 
 
 /*
 
 
 /*
index 102f678..711f919 100644 (file)
@@ -4,9 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-_sccsid:.asciz "@(#)htboot.c   6.2 (Berkeley) %G%"
-#endif not lint
+/* "@(#)htboot.c       6.3 (Berkeley) %G%" */
 
 
 /*
 
 
 /*
index ab16618..5123cab 100644 (file)
@@ -4,9 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-_sccsid:.asciz "@(#)mtboot.c   6.2 (Berkeley) %G%"
-#endif not lint
+/* "@(#)mtboot.c       6.3 (Berkeley) %G%" */
 
 /*
  * VAX tape boot block for distribution tapes
 
 /*
  * VAX tape boot block for distribution tapes
index a418f3c..e86c905 100644 (file)
@@ -4,9 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-_sccsid:.asciz "@(#)raboot.c   6.2 (Berkeley) %G%"
-#endif not lint
+/* "@(#)raboot.c       6.3 (Berkeley) %G%" */
 
 /*
  * UDA50 1st level boot program: loads next 7.5Kbytes from
 
 /*
  * UDA50 1st level boot program: loads next 7.5Kbytes from
index b512038..cee00c9 100644 (file)
@@ -4,9 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-_sccsid:.asciz "@(#)rlboot.c   6.2 (Berkeley) %G%"
-#endif not lint
+/* "@(#)rlboot.c       6.3 (Berkeley) %G%" */
 
 /*
  * RL02 1st level boot program: loads next 7.5Kbytes from
 
 /*
  * RL02 1st level boot program: loads next 7.5Kbytes from
index d4a1e4a..96b8321 100644 (file)
@@ -4,9 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-_sccsid:.asciz "@(#)tmboot.c   6.2 (Berkeley) %G%"
-#endif not lint
+/* "@(#)tmboot.c       6.3 (Berkeley) %G%" */
 
 /*
  * VAX tape boot block for distribution tapes
 
 /*
  * VAX tape boot block for distribution tapes
index 7c312ec..fd0f9d7 100644 (file)
@@ -4,9 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-_sccsid:.asciz "@(#)tsboot.c   6.2 (Berkeley) %G%"
-#endif not lint
+/* "@(#)tsboot.c       6.3 (Berkeley) %G%" */
 
 /*
  * VAX tape boot block for distribution tapes
 
 /*
  * VAX tape boot block for distribution tapes
index f064dff..eb7c539 100644 (file)
@@ -4,9 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-_sccsid:.asciz "@(#)tuboot.c   6.2 (Berkeley) %G%"
-#endif not lint
+/* "@(#)tuboot.c       6.3 (Berkeley) %G%" */
 
 /*
  * VAX tu58 console cassette boot block
 
 /*
  * VAX tu58 console cassette boot block
index 859d3fb..c164d11 100644 (file)
@@ -4,9 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-_sccsid:.asciz "@(#)upboot.c   6.2 (Berkeley) %G%"
-#endif not lint
+/* "@(#)upboot.c       6.3 (Berkeley) %G%" */
 
 /*
  * UP 1st level boot program: loads next 7.5Kbytes from
 
 /*
  * UP 1st level boot program: loads next 7.5Kbytes from
index a64b4e2..3b56fbf 100644 (file)
@@ -4,9 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-_sccsid:.asciz "@(#)utboot.c   6.3 (Berkeley) %G%"
-#endif not lint
+/* "@(#)utboot.c       6.4 (Berkeley) %G%" */
 
 /*
  * VAX tape boot block for distribution tapes
 
 /*
  * VAX tape boot block for distribution tapes