diff options
author | 1996-06-23 14:18:58 +0000 | |
---|---|---|
committer | 1996-06-23 14:18:58 +0000 | |
commit | 09e94acb64bd8cd95b21288efb30e4078c608ce0 (patch) | |
tree | bec585bbee22405d7c0095b915720ed541142ed9 /bin/csh/parse.c | |
parent | use /sys/conf/GENERIC; + eg0, change #wdc1 to irq 15 (diff) | |
download | wireguard-openbsd-09e94acb64bd8cd95b21288efb30e4078c608ce0.tar.xz wireguard-openbsd-09e94acb64bd8cd95b21288efb30e4078c608ce0.zip |
update rcsid
Diffstat (limited to 'bin/csh/parse.c')
-rw-r--r-- | bin/csh/parse.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |