diff options
Diffstat (limited to 'gnu/usr.bin/gzip/zip.c')
-rw-r--r-- | gnu/usr.bin/gzip/zip.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/zip.c b/gnu/usr.bin/gzip/zip.c index 5bf172f..3928262 100644 --- a/gnu/usr.bin/gzip/zip.c +++ b/gnu/usr.bin/gzip/zip.c @@ -5,11 +5,10 @@ */ #ifndef lint -static char rcsid[] = "$Id: zip.c,v 0.16 1993/05/28 14:51:17 jloup Exp $"; +static char rcsid[] = "$Id: zip.c,v 0.17 1993/06/10 13:29:25 jloup Exp $"; #endif #include <ctype.h> -#include <stdio.h> #include <sys/types.h> #include "tailor.h" |