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