diff options
Diffstat (limited to 'usr.bin/tail/tail.c')
-rw-r--r-- | usr.bin/tail/tail.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index c0aa35c725b..5a1727b35af 100644 --- a/usr.bin/tail/tail.c +++ b/usr.bin/tail/tail.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tail.c,v 1.16 2008/11/13 18:33:03 landry Exp $ */ +/* $OpenBSD: tail.c,v 1.17 2009/10/27 23:59:44 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -32,19 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1991, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)tail.c 8.1 (Berkeley) 6/6/93"; -#endif -static char rcsid[] = "$OpenBSD: tail.c,v 1.16 2008/11/13 18:33:03 landry Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/stat.h> |