diff options
Diffstat (limited to 'usr.bin/tail/misc.c')
-rw-r--r-- | usr.bin/tail/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index 584e3d103eab3..0bb8ecabf9464 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/misc.c @@ -36,7 +36,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/misc.c,v 1.9 2005/01/10 20:19:46 dwmalone Exp $"); #ifndef lint static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; |