diff options
Diffstat (limited to 'zcat.c')
-rw-r--r-- | zcat.c | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | #include "internal.h" | 5 | #include "internal.h" |
6 | 6 | ||
7 | const char zcat_usage[] = "zcat\n" | 7 | static const char zcat_usage[] = "zcat\n" |
8 | "\n" | 8 | "\n" |
9 | "\tuncompress gzipped data from stdin to stdout\n"; | 9 | "\tuncompress gzipped data from stdin to stdout\n"; |
10 | 10 | ||
@@ -59,7 +59,7 @@ static char *license_msg[] = { | |||
59 | */ | 59 | */ |
60 | 60 | ||
61 | #ifdef RCSID | 61 | #ifdef RCSID |
62 | static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $"; | 62 | static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $"; |
63 | #endif | 63 | #endif |
64 | 64 | ||
65 | #include <ctype.h> | 65 | #include <ctype.h> |
@@ -80,7 +80,7 @@ static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $"; | |||
80 | * The target dependent functions should be defined in tailor.c. | 80 | * The target dependent functions should be defined in tailor.c. |
81 | */ | 81 | */ |
82 | 82 | ||
83 | /* $Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $ */ | 83 | /* $Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $ */ |
84 | 84 | ||
85 | #define RECORD_IO 0 | 85 | #define RECORD_IO 0 |
86 | 86 | ||
@@ -436,7 +436,7 @@ extern int unlzw OF((int in, int out)); | |||
436 | # undef LZW | 436 | # undef LZW |
437 | #endif | 437 | #endif |
438 | 438 | ||
439 | /* $Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $ */ | 439 | /* $Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $ */ |
440 | 440 | ||
441 | /* #include "getopt.h" */ | 441 | /* #include "getopt.h" */ |
442 | 442 | ||
@@ -895,7 +895,7 @@ RETSIGTYPE abort_gzip() | |||
895 | */ | 895 | */ |
896 | 896 | ||
897 | #ifdef RCSID | 897 | #ifdef RCSID |
898 | static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $"; | 898 | static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $"; |
899 | #endif | 899 | #endif |
900 | 900 | ||
901 | /* #include "crypt.h" */ | 901 | /* #include "crypt.h" */ |
@@ -1021,7 +1021,7 @@ int unzip(in, out) | |||
1021 | */ | 1021 | */ |
1022 | 1022 | ||
1023 | #ifdef RCSID | 1023 | #ifdef RCSID |
1024 | static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $"; | 1024 | static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $"; |
1025 | #endif | 1025 | #endif |
1026 | 1026 | ||
1027 | #include <ctype.h> | 1027 | #include <ctype.h> |
@@ -1408,7 +1408,7 @@ ulg crc_32_tab[] = { | |||
1408 | */ | 1408 | */ |
1409 | 1409 | ||
1410 | #ifdef RCSID | 1410 | #ifdef RCSID |
1411 | static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $"; | 1411 | static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $"; |
1412 | #endif | 1412 | #endif |
1413 | 1413 | ||
1414 | #include <sys/types.h> | 1414 | #include <sys/types.h> |