diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
commit | a3ac5dbadb5694f6713891634647a7cef4553c0f (patch) | |
tree | fbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/csh | |
parent | cb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff) |
update rcsid
Diffstat (limited to 'bin/csh')
39 files changed, 62 insertions, 25 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 303d72e3e5b..86967a994c4 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:11 deraadt Exp $ # $NetBSD: Makefile,v 1.9 1995/03/21 09:02:21 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 # # C Shell with process control; VM/UNIX VAX Makefile # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria diff --git a/bin/csh/USD.doc/Makefile b/bin/csh/USD.doc/Makefile index 8a04f4fe18f..4cd9f20d913 100644 --- a/bin/csh/USD.doc/Makefile +++ b/bin/csh/USD.doc/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:35 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/03/21 09:03:31 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 8/14/93 DIR= usd/04.csh SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g diff --git a/bin/csh/USD.doc/csh.1 b/bin/csh/USD.doc/csh.1 index 65038d882c5..72e2a967aa4 100644 --- a/bin/csh/USD.doc/csh.1 +++ b/bin/csh/USD.doc/csh.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.1,v 1.2 1996/06/23 14:19:35 deraadt Exp $ .\" $NetBSD: csh.1,v 1.3 1995/03/21 09:03:33 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/csh.2 b/bin/csh/USD.doc/csh.2 index 2551f6910f9..d5ccf9aa797 100644 --- a/bin/csh/USD.doc/csh.2 +++ b/bin/csh/USD.doc/csh.2 @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.2,v 1.2 1996/06/23 14:19:36 deraadt Exp $ .\" $NetBSD: csh.2,v 1.3 1995/03/21 09:03:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/csh.3 b/bin/csh/USD.doc/csh.3 index 9b85e8316e7..25ca82b6448 100644 --- a/bin/csh/USD.doc/csh.3 +++ b/bin/csh/USD.doc/csh.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.3,v 1.2 1996/06/23 14:19:37 deraadt Exp $ .\" $NetBSD: csh.3,v 1.3 1995/03/21 09:03:38 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/csh.4 b/bin/csh/USD.doc/csh.4 index 21c0f841255..e57535207e9 100644 --- a/bin/csh/USD.doc/csh.4 +++ b/bin/csh/USD.doc/csh.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.4,v 1.2 1996/06/23 14:19:39 deraadt Exp $ .\" $NetBSD: csh.4,v 1.3 1995/03/21 09:03:39 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/csh.a b/bin/csh/USD.doc/csh.a index cae935750b8..68cbc6147b9 100644 --- a/bin/csh/USD.doc/csh.a +++ b/bin/csh/USD.doc/csh.a @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.a,v 1.2 1996/06/23 14:19:40 deraadt Exp $ .\" $NetBSD: csh.a,v 1.3 1995/03/21 09:03:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/csh.g b/bin/csh/USD.doc/csh.g index 58d24e1db1c..fbe9c248e03 100644 --- a/bin/csh/USD.doc/csh.g +++ b/bin/csh/USD.doc/csh.g @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.g,v 1.2 1996/06/23 14:19:40 deraadt Exp $ .\" $NetBSD: csh.g,v 1.3 1995/03/21 09:03:42 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/tabs b/bin/csh/USD.doc/tabs index bf34b12fe28..5e9a89b58f2 100644 --- a/bin/csh/USD.doc/tabs +++ b/bin/csh/USD.doc/tabs @@ -1,3 +1,4 @@ +.\" $OpenBSD: tabs,v 1.2 1996/06/23 14:19:41 deraadt Exp $ .\" $NetBSD: tabs,v 1.3 1995/03/21 09:03:45 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/alloc.c b/bin/csh/alloc.c index 068905bfbea..1b3bc03f77a 100644 --- a/bin/csh/alloc.c +++ b/bin/csh/alloc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: alloc.c,v 1.2 1996/06/23 14:19:12 deraadt Exp $ */ /* $NetBSD: alloc.c,v 1.6 1995/03/21 09:02:23 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)alloc.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: alloc.c,v 1.6 1995/03/21 09:02:23 cgd Exp $"; +static char rcsid[] = "$OpenBSD: alloc.c,v 1.2 1996/06/23 14:19:12 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/char.c b/bin/csh/char.c index 94a56d87ac7..b8af36fa07c 100644 --- a/bin/csh/char.c +++ b/bin/csh/char.c @@ -1,3 +1,4 @@ +/* $OpenBSD: char.c,v 1.2 1996/06/23 14:19:12 deraadt Exp $ */ /* $NetBSD: char.c,v 1.6 1995/03/21 09:02:26 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: char.c,v 1.6 1995/03/21 09:02:26 cgd Exp $"; +static char rcsid[] = "$OpenBSD: char.c,v 1.2 1996/06/23 14:19:12 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/char.h b/bin/csh/char.h index 8312ff989c9..eaeb2672381 100644 --- a/bin/csh/char.h +++ b/bin/csh/char.h @@ -1,3 +1,4 @@ +/* $OpenBSD: char.h,v 1.2 1996/06/23 14:19:13 deraadt Exp $ */ /* $NetBSD: char.h,v 1.6 1995/03/21 09:02:29 cgd Exp $ */ /*- diff --git a/bin/csh/const.c b/bin/csh/const.c index c45e6d16691..27375771b55 100644 --- a/bin/csh/const.c +++ b/bin/csh/const.c @@ -1,3 +1,4 @@ +/* $OpenBSD: const.c,v 1.2 1996/06/23 14:19:13 deraadt Exp $ */ /* $NetBSD: const.c,v 1.6 1995/03/21 09:02:31 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)const.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: const.c,v 1.6 1995/03/21 09:02:31 cgd Exp $"; +static char rcsid[] = "$OpenBSD: const.c,v 1.2 1996/06/23 14:19:13 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 431ef5112e5..f7e0ca3fd7a 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.1,v 1.2 1996/06/23 14:19:15 deraadt Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 diff --git a/bin/csh/csh.c b/bin/csh/csh.c index 2b16b599811..cd3b7c3e878 100644 --- a/bin/csh/csh.c +++ b/bin/csh/csh.c @@ -1,3 +1,4 @@ +/* $OpenBSD: csh.c,v 1.2 1996/06/23 14:19:16 deraadt Exp $ */ /* $NetBSD: csh.c,v 1.14 1995/04/29 23:21:28 mycroft Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93"; #else -static char rcsid[] = "$NetBSD: csh.c,v 1.14 1995/04/29 23:21:28 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: csh.c,v 1.2 1996/06/23 14:19:16 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/csh.h b/bin/csh/csh.h index e8d7749e1e0..b0dc2a28d3f 100644 --- a/bin/csh/csh.h +++ b/bin/csh/csh.h @@ -1,3 +1,4 @@ +/* $OpenBSD: csh.h,v 1.2 1996/06/23 14:19:16 deraadt Exp $ */ /* $NetBSD: csh.h,v 1.9 1995/03/21 09:02:40 cgd Exp $ */ /*- diff --git a/bin/csh/dir.c b/bin/csh/dir.c index 3d361f184cd..56c199cce5e 100644 --- a/bin/csh/dir.c +++ b/bin/csh/dir.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dir.c,v 1.2 1996/06/23 14:19:17 deraadt Exp $ */ /* $NetBSD: dir.c,v 1.9 1995/03/21 09:02:42 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)dir.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: dir.c,v 1.9 1995/03/21 09:02:42 cgd Exp $"; +static char rcsid[] = "$OpenBSD: dir.c,v 1.2 1996/06/23 14:19:17 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/dir.h b/bin/csh/dir.h index d22b8b3cf20..d9fed20242a 100644 --- a/bin/csh/dir.h +++ b/bin/csh/dir.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dir.h,v 1.2 1996/06/23 14:19:18 deraadt Exp $ */ /* $NetBSD: dir.h,v 1.6 1995/03/21 09:02:44 cgd Exp $ */ /*- diff --git a/bin/csh/dol.c b/bin/csh/dol.c index 991a61364dc..ca2502b7c0e 100644 --- a/bin/csh/dol.c +++ b/bin/csh/dol.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dol.c,v 1.2 1996/06/23 14:19:18 deraadt Exp $ */ /* $NetBSD: dol.c,v 1.8 1995/09/27 00:38:38 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)dol.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: dol.c,v 1.8 1995/09/27 00:38:38 jtc Exp $"; +static char rcsid[] = "$OpenBSD: dol.c,v 1.2 1996/06/23 14:19:18 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/err.c b/bin/csh/err.c index 2db13da357e..278cc8e3aab 100644 --- a/bin/csh/err.c +++ b/bin/csh/err.c @@ -1,3 +1,4 @@ +/* $OpenBSD: err.c,v 1.2 1996/06/23 14:19:19 deraadt Exp $ */ /* $NetBSD: err.c,v 1.6 1995/03/21 09:02:47 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: err.c,v 1.6 1995/03/21 09:02:47 cgd Exp $"; +static char rcsid[] = "$OpenBSD: err.c,v 1.2 1996/06/23 14:19:19 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/exec.c b/bin/csh/exec.c index fda9bac24d1..8bb1d9c5481 100644 --- a/bin/csh/exec.c +++ b/bin/csh/exec.c @@ -1,3 +1,4 @@ +/* $OpenBSD: exec.c,v 1.2 1996/06/23 14:19:20 deraadt Exp $ */ /* $NetBSD: exec.c,v 1.8 1995/05/23 19:47:16 christos Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)exec.c 8.3 (Berkeley) 5/23/95"; #else -static char rcsid[] = "$NetBSD: exec.c,v 1.8 1995/05/23 19:47:16 christos Exp $"; +static char rcsid[] = "$OpenBSD: exec.c,v 1.2 1996/06/23 14:19:20 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/exp.c b/bin/csh/exp.c index aab07dad37d..17e809bccc7 100644 --- a/bin/csh/exp.c +++ b/bin/csh/exp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: exp.c,v 1.2 1996/06/23 14:19:20 deraadt Exp $ */ /* $NetBSD: exp.c,v 1.6 1995/03/21 09:02:51 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: exp.c,v 1.6 1995/03/21 09:02:51 cgd Exp $"; +static char rcsid[] = "$OpenBSD: exp.c,v 1.2 1996/06/23 14:19:20 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/extern.h b/bin/csh/extern.h index 755e433afa4..e062a1ddce6 100644 --- a/bin/csh/extern.h +++ b/bin/csh/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:19:21 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.7 1995/03/21 14:51:58 mycroft Exp $ */ /*- diff --git a/bin/csh/file.c b/bin/csh/file.c index 91e81c761e5..0e99bdb2912 100644 --- a/bin/csh/file.c +++ b/bin/csh/file.c @@ -1,3 +1,4 @@ +/* $OpenBSD: file.c,v 1.2 1996/06/23 14:19:22 deraadt Exp $ */ /* $NetBSD: file.c,v 1.10 1995/03/21 18:35:39 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)file.c 8.2 (Berkeley) 3/19/94"; #else -static char rcsid[] = "$NetBSD: file.c,v 1.10 1995/03/21 18:35:39 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: file.c,v 1.2 1996/06/23 14:19:22 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/func.c b/bin/csh/func.c index 78d4751b6c2..a3ea67116e3 100644 --- a/bin/csh/func.c +++ b/bin/csh/func.c @@ -1,3 +1,4 @@ +/* $OpenBSD: func.c,v 1.3 1996/06/23 14:19:22 deraadt Exp $ */ /* $NetBSD: func.c,v 1.11 1996/02/09 02:28:29 christos Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)func.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: func.c,v 1.11 1996/02/09 02:28:29 christos Exp $"; +static char rcsid[] = "$OpenBSD: func.c,v 1.3 1996/06/23 14:19:22 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/glob.c b/bin/csh/glob.c index 1d9cadec71b..9dc7f9daf24 100644 --- a/bin/csh/glob.c +++ b/bin/csh/glob.c @@ -1,3 +1,4 @@ +/* $OpenBSD: glob.c,v 1.2 1996/06/23 14:19:23 deraadt Exp $ */ /* $NetBSD: glob.c,v 1.10 1995/03/21 09:03:01 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)glob.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: glob.c,v 1.10 1995/03/21 09:03:01 cgd Exp $"; +static char rcsid[] = "$OpenBSD: glob.c,v 1.2 1996/06/23 14:19:23 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/hist.c b/bin/csh/hist.c index ad449f9341f..b58bba91804 100644 --- a/bin/csh/hist.c +++ b/bin/csh/hist.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hist.c,v 1.2 1996/06/23 14:19:24 deraadt Exp $ */ /* $NetBSD: hist.c,v 1.7 1995/03/21 18:35:44 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: hist.c,v 1.7 1995/03/21 18:35:44 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: hist.c,v 1.2 1996/06/23 14:19:24 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/init.c b/bin/csh/init.c index bfd033e6a23..b6819e0c0c0 100644 --- a/bin/csh/init.c +++ b/bin/csh/init.c @@ -1,3 +1,4 @@ +/* $OpenBSD: init.c,v 1.2 1996/06/23 14:19:24 deraadt Exp $ */ /* $NetBSD: init.c,v 1.6 1995/03/21 09:03:05 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: init.c,v 1.6 1995/03/21 09:03:05 cgd Exp $"; +static char rcsid[] = "$OpenBSD: init.c,v 1.2 1996/06/23 14:19:24 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/lex.c b/bin/csh/lex.c index 3e8d47b395e..9273d67c95f 100644 --- a/bin/csh/lex.c +++ b/bin/csh/lex.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lex.c,v 1.2 1996/06/23 14:19:25 deraadt Exp $ */ /* $NetBSD: lex.c,v 1.9 1995/09/27 00:38:46 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)lex.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: lex.c,v 1.9 1995/09/27 00:38:46 jtc Exp $"; +static char rcsid[] = "$OpenBSD: lex.c,v 1.2 1996/06/23 14:19:25 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/misc.c b/bin/csh/misc.c index f9d4d7bbdb4..dec792e01c0 100644 --- a/bin/csh/misc.c +++ b/bin/csh/misc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: misc.c,v 1.2 1996/06/23 14:19:26 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.6 1995/03/21 09:03:09 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: misc.c,v 1.6 1995/03/21 09:03:09 cgd Exp $"; +static char rcsid[] = "$OpenBSD: misc.c,v 1.2 1996/06/23 14:19:26 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/parse.c b/bin/csh/parse.c index ffe1619cd76..cc318bd6eb0 100644 --- a/bin/csh/parse.c +++ b/bin/csh/parse.c @@ -1,3 +1,4 @@ +/* $OpenBSD: parse.c,v 1.2 1996/06/23 14:19:26 deraadt Exp $ */ /* $NetBSD: parse.c,v 1.6 1995/03/21 09:03:10 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: parse.c,v 1.6 1995/03/21 09:03:10 cgd Exp $"; +static char rcsid[] = "$OpenBSD: parse.c,v 1.2 1996/06/23 14:19:26 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/pathnames.h b/bin/csh/pathnames.h index 9443a7cb43c..2ce50d8e563 100644 --- a/bin/csh/pathnames.h +++ b/bin/csh/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:19:27 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/03/21 09:03:13 cgd Exp $ */ /* diff --git a/bin/csh/printf.c b/bin/csh/printf.c index f27561ec1fb..fdcd5b3c50d 100644 --- a/bin/csh/printf.c +++ b/bin/csh/printf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: printf.c,v 1.2 1996/06/23 14:19:27 deraadt Exp $ */ /* $NetBSD: printf.c,v 1.6 1995/03/21 09:03:15 cgd Exp $ */ /* @@ -45,7 +46,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; #else -static char rcsid[] = "$NetBSD: printf.c,v 1.6 1995/03/21 09:03:15 cgd Exp $"; +static char rcsid[] = "$OpenBSD: printf.c,v 1.2 1996/06/23 14:19:27 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/proc.c b/bin/csh/proc.c index a46065bbb46..200d59e1963 100644 --- a/bin/csh/proc.c +++ b/bin/csh/proc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: proc.c,v 1.2 1996/06/23 14:19:28 deraadt Exp $ */ /* $NetBSD: proc.c,v 1.9 1995/04/29 23:21:33 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)proc.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: proc.c,v 1.9 1995/04/29 23:21:33 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: proc.c,v 1.2 1996/06/23 14:19:28 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/proc.h b/bin/csh/proc.h index a15115fd71f..7a9d3721164 100644 --- a/bin/csh/proc.h +++ b/bin/csh/proc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: proc.h,v 1.2 1996/06/23 14:19:29 deraadt Exp $ */ /* $NetBSD: proc.h,v 1.7 1995/04/29 23:21:35 mycroft Exp $ */ /*- diff --git a/bin/csh/sem.c b/bin/csh/sem.c index 053bd5bc40b..57e934ecd70 100644 --- a/bin/csh/sem.c +++ b/bin/csh/sem.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sem.c,v 1.2 1996/06/23 14:19:29 deraadt Exp $ */ /* $NetBSD: sem.c,v 1.9 1995/09/27 00:38:50 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)sem.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: sem.c,v 1.9 1995/09/27 00:38:50 jtc Exp $"; +static char rcsid[] = "$OpenBSD: sem.c,v 1.2 1996/06/23 14:19:29 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/set.c b/bin/csh/set.c index 0e318cbe6b8..536195188ae 100644 --- a/bin/csh/set.c +++ b/bin/csh/set.c @@ -1,3 +1,4 @@ +/* $OpenBSD: set.c,v 1.2 1996/06/23 14:19:30 deraadt Exp $ */ /* $NetBSD: set.c,v 1.8 1995/03/21 18:35:52 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)set.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: set.c,v 1.8 1995/03/21 18:35:52 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: set.c,v 1.2 1996/06/23 14:19:30 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/str.c b/bin/csh/str.c index ecb21e5c20b..e525129e2dd 100644 --- a/bin/csh/str.c +++ b/bin/csh/str.c @@ -1,3 +1,4 @@ +/* $OpenBSD: str.c,v 1.2 1996/06/23 14:19:31 deraadt Exp $ */ /* $NetBSD: str.c,v 1.6 1995/03/21 09:03:24 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)str.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: str.c,v 1.6 1995/03/21 09:03:24 cgd Exp $"; +static char rcsid[] = "$OpenBSD: str.c,v 1.2 1996/06/23 14:19:31 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/time.c b/bin/csh/time.c index 709c48e15ab..fb5855909ac 100644 --- a/bin/csh/time.c +++ b/bin/csh/time.c @@ -1,3 +1,4 @@ +/* $OpenBSD: time.c,v 1.2 1996/06/23 14:19:31 deraadt Exp $ */ /* $NetBSD: time.c,v 1.7 1995/03/21 13:55:25 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: time.c,v 1.7 1995/03/21 13:55:25 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: time.c,v 1.2 1996/06/23 14:19:31 deraadt Exp $"; #endif #endif /* not lint */ |