diff options
Diffstat (limited to 'gnu/usr.bin/gzip/zip.c')
-rw-r--r-- | gnu/usr.bin/gzip/zip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/zip.c b/gnu/usr.bin/gzip/zip.c index 145116de1ea62..b68d62ab76a4c 100644 --- a/gnu/usr.bin/gzip/zip.c +++ b/gnu/usr.bin/gzip/zip.c @@ -5,7 +5,7 @@ */ #ifdef RCSID -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: zip.c,v 1.5 1997/02/22 15:46:12 peter Exp $"; #endif #include <ctype.h> |