diff options
Diffstat (limited to 'usr.bin/file/is_tar.c')
-rw-r--r-- | usr.bin/file/is_tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c index 362825f3e8d6..97b720d65273 100644 --- a/usr.bin/file/is_tar.c +++ b/usr.bin/file/is_tar.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/file/is_tar.c,v 1.7 1999/08/28 01:01:00 peter Exp $"; #endif /* not lint */ #include <ctype.h> |