diff options
Diffstat (limited to 'usr.bin/tail/misc.c')
-rw-r--r-- | usr.bin/tail/misc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index 8891819..c4edfc3 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/misc.c @@ -35,7 +35,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |