diff options
Diffstat (limited to 'usr.bin/rev/rev.c')
-rw-r--r-- | usr.bin/rev/rev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c index e99dc543fd9..abf696301dc 100644 --- a/usr.bin/rev/rev.c +++ b/usr.bin/rev/rev.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rev.c,v 1.2 1996/06/26 05:38:29 deraadt Exp $ */ /* $NetBSD: rev.c,v 1.5 1995/09/28 08:49:40 tls Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)rev.c 8.3 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: rev.c,v 1.5 1995/09/28 08:49:40 tls Exp $"; +static char rcsid[] = "$OpenBSD: rev.c,v 1.2 1996/06/26 05:38:29 deraadt Exp $"; #endif #endif /* not lint */ |