diff options
author | Eric Andersen | 1999-10-23 07:09:58 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-23 07:09:58 +0000 |
commit | d143e8f2bd03470e891a5e3ccca5734edd917e73 (patch) | |
tree | 74d798531334876e49e3f3748d1646b7b5e993d7 /zcat.c | |
parent | a709317cea0180772616152d2f1af195a95703fd (diff) | |
download | busybox-d143e8f2bd03470e891a5e3ccca5734edd917e73.zip busybox-d143e8f2bd03470e891a5e3ccca5734edd917e73.tar.gz |
Stuf
Diffstat (limited to 'zcat.c')
-rw-r--r-- | zcat.c | 20 |
1 files changed, 2 insertions, 18 deletions
@@ -58,10 +58,6 @@ static char *license_msg[] = { * For the meaning of all compilation flags, see comments in Makefile.in. */ -#ifdef RCSID -static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $"; -#endif - #include <ctype.h> #include <sys/types.h> #include <signal.h> @@ -80,7 +76,7 @@ static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $"; * The target dependent functions should be defined in tailor.c. */ -/* $Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $ */ +/* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ #define RECORD_IO 0 @@ -436,7 +432,7 @@ extern int unlzw OF((int in, int out)); # undef LZW #endif -/* $Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $ */ +/* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ /* #include "getopt.h" */ @@ -894,10 +890,6 @@ RETSIGTYPE abort_gzip() either deflated or stored. */ -#ifdef RCSID -static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $"; -#endif - /* #include "crypt.h" */ /* crypt.h (dummy version) -- do not perform encryption @@ -1020,10 +1012,6 @@ int unzip(in, out) * terms of the GNU General Public License, see the file COPYING. */ -#ifdef RCSID -static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $"; -#endif - #include <ctype.h> #include <errno.h> #include <sys/types.h> @@ -1407,10 +1395,6 @@ const ulg crc_32_tab[] = { the two sets of lengths. */ -#ifdef RCSID -static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $"; -#endif - #include <sys/types.h> #if defined(STDC_HEADERS) || !defined(NO_STDLIB_H) |