diff options
Diffstat (limited to 'usr.bin/tail/reverse.c')
-rw-r--r-- | usr.bin/tail/reverse.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index 17cc88a9a11..23a558d8db8 100644 --- a/usr.bin/tail/reverse.c +++ b/usr.bin/tail/reverse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: reverse.c,v 1.18 2007/09/29 12:31:28 otto Exp $ */ +/* $OpenBSD: reverse.c,v 1.19 2009/10/27 23:59:44 deraadt Exp $ */ /* $NetBSD: reverse.c,v 1.6 1994/11/23 07:42:10 jtc Exp $ */ /*- @@ -33,13 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93"; -#endif -static char rcsid[] = "$OpenBSD: reverse.c,v 1.18 2007/09/29 12:31:28 otto Exp $"; -#endif /* not lint */ - #include <sys/stat.h> #include <err.h> |