diff options
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[] = { | |||
58 | * For the meaning of all compilation flags, see comments in Makefile.in. | 58 | * For the meaning of all compilation flags, see comments in Makefile.in. |
59 | */ | 59 | */ |
60 | 60 | ||
61 | #ifdef RCSID | ||
62 | static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $"; | ||
63 | #endif | ||
64 | |||
65 | #include <ctype.h> | 61 | #include <ctype.h> |
66 | #include <sys/types.h> | 62 | #include <sys/types.h> |
67 | #include <signal.h> | 63 | #include <signal.h> |
@@ -80,7 +76,7 @@ static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $"; | |||
80 | * The target dependent functions should be defined in tailor.c. | 76 | * The target dependent functions should be defined in tailor.c. |
81 | */ | 77 | */ |
82 | 78 | ||
83 | /* $Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $ */ | 79 | /* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ |
84 | 80 | ||
85 | #define RECORD_IO 0 | 81 | #define RECORD_IO 0 |
86 | 82 | ||
@@ -436,7 +432,7 @@ extern int unlzw OF((int in, int out)); | |||
436 | # undef LZW | 432 | # undef LZW |
437 | #endif | 433 | #endif |
438 | 434 | ||
439 | /* $Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $ */ | 435 | /* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ |
440 | 436 | ||
441 | /* #include "getopt.h" */ | 437 | /* #include "getopt.h" */ |
442 | 438 | ||
@@ -894,10 +890,6 @@ RETSIGTYPE abort_gzip() | |||
894 | either deflated or stored. | 890 | either deflated or stored. |
895 | */ | 891 | */ |
896 | 892 | ||
897 | #ifdef RCSID | ||
898 | static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $"; | ||
899 | #endif | ||
900 | |||
901 | /* #include "crypt.h" */ | 893 | /* #include "crypt.h" */ |
902 | 894 | ||
903 | /* crypt.h (dummy version) -- do not perform encryption | 895 | /* crypt.h (dummy version) -- do not perform encryption |
@@ -1020,10 +1012,6 @@ int unzip(in, out) | |||
1020 | * terms of the GNU General Public License, see the file COPYING. | 1012 | * terms of the GNU General Public License, see the file COPYING. |
1021 | */ | 1013 | */ |
1022 | 1014 | ||
1023 | #ifdef RCSID | ||
1024 | static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $"; | ||
1025 | #endif | ||
1026 | |||
1027 | #include <ctype.h> | 1015 | #include <ctype.h> |
1028 | #include <errno.h> | 1016 | #include <errno.h> |
1029 | #include <sys/types.h> | 1017 | #include <sys/types.h> |
@@ -1407,10 +1395,6 @@ const ulg crc_32_tab[] = { | |||
1407 | the two sets of lengths. | 1395 | the two sets of lengths. |
1408 | */ | 1396 | */ |
1409 | 1397 | ||
1410 | #ifdef RCSID | ||
1411 | static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $"; | ||
1412 | #endif | ||
1413 | |||
1414 | #include <sys/types.h> | 1398 | #include <sys/types.h> |
1415 | 1399 | ||
1416 | #if defined(STDC_HEADERS) || !defined(NO_STDLIB_H) | 1400 | #if defined(STDC_HEADERS) || !defined(NO_STDLIB_H) |