diff options
Diffstat (limited to 'gnu/usr.bin/gzip/unlzw.c')
| -rw-r--r-- | gnu/usr.bin/gzip/unlzw.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gnu/usr.bin/gzip/unlzw.c b/gnu/usr.bin/gzip/unlzw.c index 7e89ca4878226..570f43b051fcf 100644 --- a/gnu/usr.bin/gzip/unlzw.c +++ b/gnu/usr.bin/gzip/unlzw.c @@ -8,7 +8,7 @@   */  #ifdef RCSID -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/gnu/usr.bin/gzip/unlzw.c,v 1.7 1999/08/27 23:35:53 peter Exp $";  #endif  #include <sys/types.h> | 
