From: Robert R. Henry Date: Thu, 13 May 1982 02:14:38 +0000 (-0800) Subject: sync to release 4.1 X-Git-Tag: BSD-4_1c_2-Snapshot-Development~3425 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/c6dd5f9e7c67406478b345dd4227f02fa60dc0d9 sync to release 4.1 SCCS-vsn: old/games.vax/compat/Makefile 4.1 SCCS-vsn: old/games.vax/compat/Readme 4.1 SCCS-vsn: old/games.vax/compat/bcopy.c 4.1 SCCS-vsn: old/games.vax/compat/compat.s 4.1 SCCS-vsn: old/games.vax/compat/defs.h 4.1 SCCS-vsn: old/games.vax/compat/dofloat.c 4.1 SCCS-vsn: old/games.vax/compat/dosig.c 4.1 SCCS-vsn: old/games.vax/compat/memsiz.s 4.1 SCCS-vsn: old/games.vax/compat/rt11.h 4.1 SCCS-vsn: old/games.vax/compat/runcompat.c 4.1 SCCS-vsn: old/games.vax/compat/unix6sys.h 4.1 SCCS-vsn: old/games.vax/compat/unix6sysn.h 4.1 SCCS-vsn: old/games.vax/compat/unix7sys.h 4.1 SCCS-vsn: old/games.vax/compat/unix7sysn.h 4.1 SCCS-vsn: old/games.vax/compat/unixemts.c 4.1 SCCS-vsn: old/games.vax/compat/unixhdr.h 4.1 SCCS-vsn: old/games.vax/compat/unixstart.c 4.1 SCCS-vsn: old/games.vax/compat/unixtraps.c 4.1 SCCS-vsn: old/games.vax/compat/v6run.1 4.1 --- diff --git a/usr/src/old/games.vax/compat/Makefile b/usr/src/old/games.vax/compat/Makefile index 99c3db1b3d..bd72b56b6b 100644 --- a/usr/src/old/games.vax/compat/Makefile +++ b/usr/src/old/games.vax/compat/Makefile @@ -1,5 +1,5 @@ # -# Makefile 1.1 82/05/12 +# Makefile 4.1 82/05/12 # MISCSRCS = Readme v6run.1 SSRCS = compat.s memsiz.s diff --git a/usr/src/old/games.vax/compat/Readme b/usr/src/old/games.vax/compat/Readme index 8458301d68..d5d149ba0d 100644 --- a/usr/src/old/games.vax/compat/Readme +++ b/usr/src/old/games.vax/compat/Readme @@ -1,5 +1,5 @@ .\" -.\" Readme 1.1 82/05/12 +.\" Readme 4.1 82/05/12 .\" .sp .ce 100 diff --git a/usr/src/old/games.vax/compat/bcopy.c b/usr/src/old/games.vax/compat/bcopy.c index 0bd951adde..6981feeee5 100644 --- a/usr/src/old/games.vax/compat/bcopy.c +++ b/usr/src/old/games.vax/compat/bcopy.c @@ -1,4 +1,4 @@ -static char sccsid[] = " bcopy.c 1.1 82/05/12 "; +static char sccsid[] = " bcopy.c 4.1 82/05/12 "; bcopy(from, to, count) char *from, *to; diff --git a/usr/src/old/games.vax/compat/compat.s b/usr/src/old/games.vax/compat/compat.s index 285402fe62..062cb5a47d 100644 --- a/usr/src/old/games.vax/compat/compat.s +++ b/usr/src/old/games.vax/compat/compat.s @@ -1,5 +1,5 @@ .data 0 - .asciz " compat.s 1.1 82/05/12 " + .asciz " compat.s 4.1 82/05/12 " .text .globl _regs .globl _psl diff --git a/usr/src/old/games.vax/compat/defs.h b/usr/src/old/games.vax/compat/defs.h index d202adde67..5a221e92d6 100644 --- a/usr/src/old/games.vax/compat/defs.h +++ b/usr/src/old/games.vax/compat/defs.h @@ -1,5 +1,5 @@ /* - * defs.h 1.1 82/05/12 + * defs.h 4.1 82/05/12 */ #define EMTS 0210 #define TRAPS 0211 diff --git a/usr/src/old/games.vax/compat/dofloat.c b/usr/src/old/games.vax/compat/dofloat.c index c1487c163c..292577ca79 100644 --- a/usr/src/old/games.vax/compat/dofloat.c +++ b/usr/src/old/games.vax/compat/dofloat.c @@ -1,5 +1,5 @@ # -static char sccsid[] = " dofloat.c 1.1 82/05/12 "; +static char sccsid[] = " dofloat.c 4.1 82/05/12 "; /* * Simulate pdp11 floating point for compatability mode programs. * Quick and dirty with no big effort at speed since it takes so diff --git a/usr/src/old/games.vax/compat/dosig.c b/usr/src/old/games.vax/compat/dosig.c index 7dd8b0763d..415eba7e97 100644 --- a/usr/src/old/games.vax/compat/dosig.c +++ b/usr/src/old/games.vax/compat/dosig.c @@ -1,4 +1,4 @@ -static char sccsid[] = " dosig.c 1.1 82/05/12 "; +static char sccsid[] = " dosig.c 4.1 82/05/12 "; #define FBSD /* Handle signal trapping from version 6 or version 7 compatability diff --git a/usr/src/old/games.vax/compat/memsiz.s b/usr/src/old/games.vax/compat/memsiz.s index 10a299dcd0..899f152a82 100644 --- a/usr/src/old/games.vax/compat/memsiz.s +++ b/usr/src/old/games.vax/compat/memsiz.s @@ -1,5 +1,5 @@ .data 0 - .asciz " memsiz.s 1.1 82/05/12 " + .asciz " memsiz.s 4.1 82/05/12 " .text 0 .set MEMSIZ,0x10000 .text diff --git a/usr/src/old/games.vax/compat/rt11.h b/usr/src/old/games.vax/compat/rt11.h index 6e959e9e5a..58bc1508d3 100644 --- a/usr/src/old/games.vax/compat/rt11.h +++ b/usr/src/old/games.vax/compat/rt11.h @@ -1,5 +1,5 @@ /* - * rt11.h 1.1 82/05/12 + * rt11.h 4.1 82/05/12 */ #define RTHDRSIZ 060 #define RTPC 040/2 diff --git a/usr/src/old/games.vax/compat/runcompat.c b/usr/src/old/games.vax/compat/runcompat.c index 3de01d070d..376678d803 100644 --- a/usr/src/old/games.vax/compat/runcompat.c +++ b/usr/src/old/games.vax/compat/runcompat.c @@ -1,4 +1,4 @@ -static char sccsid[] = " runcompat.c 1.1 82/05/12 "; +static char sccsid[] = " runcompat.c 4.1 82/05/12 "; #define FBSD /* diff --git a/usr/src/old/games.vax/compat/unix6sys.h b/usr/src/old/games.vax/compat/unix6sys.h index a1e8bac162..6973266de1 100644 --- a/usr/src/old/games.vax/compat/unix6sys.h +++ b/usr/src/old/games.vax/compat/unix6sys.h @@ -1,5 +1,5 @@ /* - * unix6sys.h 1.1 82/05/12 + * unix6sys.h 4.1 82/05/12 */ #define NSYSTRAPS 64 #define NSIGS 13 diff --git a/usr/src/old/games.vax/compat/unix6sysn.h b/usr/src/old/games.vax/compat/unix6sysn.h index 33203a34c0..7983a2b8e7 100644 --- a/usr/src/old/games.vax/compat/unix6sysn.h +++ b/usr/src/old/games.vax/compat/unix6sysn.h @@ -1,4 +1,4 @@ -static char sysn6_sccsid[] = " unix6sysn.h 1.1 82/05/12 "; +static char sysn6_sccsid[] = " unix6sysn.h 4.1 82/05/12 "; char *sysnames[] = { "indir", diff --git a/usr/src/old/games.vax/compat/unix7sys.h b/usr/src/old/games.vax/compat/unix7sys.h index 62dbc26526..1c0a727ccb 100644 --- a/usr/src/old/games.vax/compat/unix7sys.h +++ b/usr/src/old/games.vax/compat/unix7sys.h @@ -1,5 +1,5 @@ /* - * unix7sys.h 1.1 82/05/12 + * unix7sys.h 4.1 82/05/12 */ #define NSYSTRAPS 64 #define NSIGS 13 diff --git a/usr/src/old/games.vax/compat/unix7sysn.h b/usr/src/old/games.vax/compat/unix7sysn.h index c7675af52b..59f5965050 100644 --- a/usr/src/old/games.vax/compat/unix7sysn.h +++ b/usr/src/old/games.vax/compat/unix7sysn.h @@ -1,4 +1,4 @@ -static char sysn7_sccsid[] = " unix7sysn.h 1.1 82/05/12 "; +static char sysn7_sccsid[] = " unix7sysn.h 4.1 82/05/12 "; char *sysnames[] = { "indir", diff --git a/usr/src/old/games.vax/compat/unixemts.c b/usr/src/old/games.vax/compat/unixemts.c index 5eac9b237d..af5c4c3612 100644 --- a/usr/src/old/games.vax/compat/unixemts.c +++ b/usr/src/old/games.vax/compat/unixemts.c @@ -1,4 +1,4 @@ -static char sccsid[] = " unixemts.c 1.1 82/05/12 "; +static char sccsid[] = " unixemts.c 4.1 82/05/12 "; #include doemt(code) int code; { diff --git a/usr/src/old/games.vax/compat/unixhdr.h b/usr/src/old/games.vax/compat/unixhdr.h index 569c14187e..edd07caf6d 100644 --- a/usr/src/old/games.vax/compat/unixhdr.h +++ b/usr/src/old/games.vax/compat/unixhdr.h @@ -1,5 +1,5 @@ /* - * unixhdr.h 1.1 82/05/12 + * unixhdr.h 4.1 82/05/12 */ #define MAGIC1 0407 #define MAGIC2 0410 diff --git a/usr/src/old/games.vax/compat/unixstart.c b/usr/src/old/games.vax/compat/unixstart.c index bbc5594a6e..ab5434ad14 100644 --- a/usr/src/old/games.vax/compat/unixstart.c +++ b/usr/src/old/games.vax/compat/unixstart.c @@ -1,5 +1,5 @@ # -static char sccsid[] = " unixstart.c 1.1 82/05/12 "; +static char sccsid[] = " unixstart.c 4.1 82/05/12 "; /* Start up a version 6 or version 7 pdp-11 UNIX compatability mode * program. Must set up the memory layout with args etc. * Art Wetzel August 1979 diff --git a/usr/src/old/games.vax/compat/unixtraps.c b/usr/src/old/games.vax/compat/unixtraps.c index 6ef3d45609..9a138f44cd 100644 --- a/usr/src/old/games.vax/compat/unixtraps.c +++ b/usr/src/old/games.vax/compat/unixtraps.c @@ -1,5 +1,5 @@ # -static char sccsid[] = " unixtraps.c 1.1 82/05/12 "; +static char sccsid[] = " unixtraps.c 4.1 82/05/12 "; /* Function to execute version 6 and version 7 UNIX system calls from * compatability mode on UNIX-32V. * Art Wetzel August 1979 diff --git a/usr/src/old/games.vax/compat/v6run.1 b/usr/src/old/games.vax/compat/v6run.1 index 9c18474aa4..0832051416 100644 --- a/usr/src/old/games.vax/compat/v6run.1 +++ b/usr/src/old/games.vax/compat/v6run.1 @@ -1,5 +1,5 @@ .\" -.\" v6run.1 1.1 82/05/12 +.\" v6run.1 4.1 82/05/12 .\" .TH V6RUN 1 .SH NAME