diff options
Diffstat (limited to 'sys/compat/osf1')
-rw-r--r-- | sys/compat/osf1/Makefile | 1 | ||||
-rw-r--r-- | sys/compat/osf1/README.dynamic | 1 | ||||
-rw-r--r-- | sys/compat/osf1/README.mach-traps | 1 | ||||
-rw-r--r-- | sys/compat/osf1/README.syscalls | 1 | ||||
-rw-r--r-- | sys/compat/osf1/osf1.h | 4 | ||||
-rw-r--r-- | sys/compat/osf1/osf1_time.c | 3 |
6 files changed, 8 insertions, 3 deletions
diff --git a/sys/compat/osf1/Makefile b/sys/compat/osf1/Makefile index 2791a967572..8572a8c8031 100644 --- a/sys/compat/osf1/Makefile +++ b/sys/compat/osf1/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.4 2001/07/09 05:15:23 fgsch Exp $ # $NetBSD: Makefile,v 1.1 1995/02/13 21:39:00 cgd Exp $ DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh diff --git a/sys/compat/osf1/README.dynamic b/sys/compat/osf1/README.dynamic index 5f60ad0efee..b8bba3b7bad 100644 --- a/sys/compat/osf1/README.dynamic +++ b/sys/compat/osf1/README.dynamic @@ -1,3 +1,4 @@ +$OpenBSD: README.dynamic,v 1.5 2001/07/09 05:15:23 fgsch Exp $ $NetBSD: README.dynamic,v 1.2 1999/04/27 06:39:49 cgd Exp $ Dynamically linked programs are supported by NetBSD's Digital UNIX diff --git a/sys/compat/osf1/README.mach-traps b/sys/compat/osf1/README.mach-traps index 545e626c298..c534546cdae 100644 --- a/sys/compat/osf1/README.mach-traps +++ b/sys/compat/osf1/README.mach-traps @@ -1,3 +1,4 @@ +$OpenBSD: README.mach-traps,v 1.4 2001/07/09 05:15:23 fgsch Exp $ $NetBSD: README.mach-traps,v 1.1 1995/02/13 21:39:02 cgd Exp $ Some Alpha AXP OSF/1 binaries directly use the facilities provided by diff --git a/sys/compat/osf1/README.syscalls b/sys/compat/osf1/README.syscalls index 6b0af772c31..01d106b4b70 100644 --- a/sys/compat/osf1/README.syscalls +++ b/sys/compat/osf1/README.syscalls @@ -1,3 +1,4 @@ +$OpenBSD: README.syscalls,v 1.4 2001/07/09 05:15:23 fgsch Exp $ $NetBSD: README.syscalls,v 1.2 1999/04/27 16:09:28 cgd Exp $ XXX this file should be gutted. functions' comments should go with diff --git a/sys/compat/osf1/osf1.h b/sys/compat/osf1/osf1.h index f485096d36d..55b6962eaea 100644 --- a/sys/compat/osf1/osf1.h +++ b/sys/compat/osf1/osf1.h @@ -1,5 +1,5 @@ -/* $OpenBSD */ -/* $NetBSD: osf1.h,v 1.20 1999/05/10 21:41:07 cgd Exp $ */ +/* $OpenBSD: osf1.h,v 1.2 2001/07/09 05:15:24 fgsch Exp $ */ +/* $NetBSD: osf1.h,v 1.20 1999/05/10 21:41:07 cgd Exp $ */ /* * Copyright (c) 1999 Christopher G. Demetriou. All rights reserved. diff --git a/sys/compat/osf1/osf1_time.c b/sys/compat/osf1/osf1_time.c index 813e4f2d8fd..66d9010d46a 100644 --- a/sys/compat/osf1/osf1_time.c +++ b/sys/compat/osf1/osf1_time.c @@ -1,4 +1,5 @@ -/* $NetBSD: osf1_time.c,v 1.1 1999/05/01 05:25:37 cgd Exp $ */ +/* $OpenBSD: osf1_time.c,v 1.2 2001/07/09 05:15:24 fgsch Exp $ */ +/* $NetBSD: osf1_time.c,v 1.1 1999/05/01 05:25:37 cgd Exp $ */ /* * Copyright (c) 1999 Christopher G. Demetriou. All rights reserved. |