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..3a1bddd2f8d3 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.6.2.1 1999/08/29 15:27:42 peter Exp $"; #endif /* not lint */ #include <ctype.h> |