diff options
author | 1996-06-23 14:18:58 +0000 | |
---|---|---|
committer | 1996-06-23 14:18:58 +0000 | |
commit | 09e94acb64bd8cd95b21288efb30e4078c608ce0 (patch) | |
tree | bec585bbee22405d7c0095b915720ed541142ed9 /bin/ls/print.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/ls/print.c')
-rw-r--r-- | bin/ls/print.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c index f647fcd97c4..e24578995df 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -1,3 +1,4 @@ +/* $OpenBSD: print.c,v 1.2 1996/06/23 14:20:20 deraadt Exp $ */ /* $NetBSD: print.c,v 1.14 1995/09/07 06:43:00 jtc Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)print.c 8.5 (Berkeley) 7/28/94"; #else -static char rcsid[] = "$NetBSD: print.c,v 1.14 1995/09/07 06:43:00 jtc Exp $"; +static char rcsid[] = "$OpenBSD: print.c,v 1.2 1996/06/23 14:20:20 deraadt Exp $"; #endif #endif /* not lint */ |