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/csh.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/csh.c')
-rw-r--r-- | bin/csh/csh.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |