diff options
Diffstat (limited to 'usr.bin/tail/read.c')
-rw-r--r-- | usr.bin/tail/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tail/read.c b/usr.bin/tail/read.c index f904ef0bc74de..4407c436be6ce 100644 --- a/usr.bin/tail/read.c +++ b/usr.bin/tail/read.c @@ -36,7 +36,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/read.c,v 1.10 2003/06/10 16:49:14 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/6/93"; |