diff options
Diffstat (limited to 'usr.bin/tail/tail.c')
| -rw-r--r-- | usr.bin/tail/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index aaa6b0c5a0f3..1b109c80b930 100644 --- a/usr.bin/tail/tail.c +++ b/usr.bin/tail/tail.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tail.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tail/tail.c,v 1.6.2.2 2001/12/19 20:29:31 iedowse Exp $"; #endif /* not lint */ #include <sys/types.h> |
