diff options
Diffstat (limited to 'usr.bin/tail/read.c')
-rw-r--r-- | usr.bin/tail/read.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/tail/read.c b/usr.bin/tail/read.c index efe53e2a035..c2a6d0047ab 100644 --- a/usr.bin/tail/read.c +++ b/usr.bin/tail/read.c @@ -1,4 +1,4 @@ -/* $OpenBSD: read.c,v 1.13 2008/06/02 06:01:15 otto Exp $ */ +/* $OpenBSD: read.c,v 1.14 2009/10/27 23:59:44 deraadt Exp $ */ /* $NetBSD: read.c,v 1.4 1994/11/23 07:42:07 jtc Exp $ */ /*- @@ -33,13 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/6/93"; -#endif -static char rcsid[] = "$OpenBSD: read.c,v 1.13 2008/06/02 06:01:15 otto Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/stat.h> #include <sys/limits.h> |