diff options
Diffstat (limited to 'usr.bin/tail/misc.c')
-rw-r--r-- | usr.bin/tail/misc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index b275746dc02..97650b4f85b 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.7 2007/09/29 12:31:28 otto Exp $ */ +/* $OpenBSD: misc.c,v 1.8 2009/10/27 23:59:44 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -32,14 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; -#else -static char rcsid[] = "$OpenBSD: misc.c,v 1.7 2007/09/29 12:31:28 otto Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <sys/stat.h> |