aboutsummaryrefslogtreecommitdiff
path: root/zcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'zcat.c')
-rw-r--r--zcat.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/zcat.c b/zcat.c
index 50fcdfc47..dfc4d21da 100644
--- a/zcat.c
+++ b/zcat.c
@@ -59,7 +59,7 @@ static char *license_msg[] = {
59 */ 59 */
60 60
61#ifdef RCSID 61#ifdef RCSID
62static char rcsid[] = "$Id: zcat.c,v 1.1 1999/10/05 16:24:56 andersen Exp $"; 62static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 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.1 1999/10/05 16:24:56 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.1 1999/10/05 16:24:56 andersen Exp $ */ 83/* $Id: zcat.c,v 1.2 1999/10/06 20:25:32 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.1 1999/10/05 16:24:56 andersen Exp $ */ 439/* $Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $ */
440 440
441/* #include "getopt.h" */ 441/* #include "getopt.h" */
442 442
@@ -698,7 +698,7 @@ int (*work) OF((int infile, int outfile)) = unzip; /* function to call */
698#define strequ(s1, s2) (strcmp((s1),(s2)) == 0) 698#define strequ(s1, s2) (strcmp((s1),(s2)) == 0)
699 699
700/* ======================================================================== */ 700/* ======================================================================== */
701int zcat_main (struct FileInfo * i, int argc, char * * argv) 701int zcat_main (int argc, char * * argv)
702{ 702{
703 int file_count; /* number of files to precess */ 703 int file_count; /* number of files to precess */
704 704
@@ -895,7 +895,7 @@ RETSIGTYPE abort_gzip()
895 */ 895 */
896 896
897#ifdef RCSID 897#ifdef RCSID
898static char rcsid[] = "$Id: zcat.c,v 1.1 1999/10/05 16:24:56 andersen Exp $"; 898static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 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
1024static char rcsid[] = "$Id: zcat.c,v 1.1 1999/10/05 16:24:56 andersen Exp $"; 1024static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 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
1411static char rcsid[] = "$Id: zcat.c,v 1.1 1999/10/05 16:24:56 andersen Exp $"; 1411static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $";
1412#endif 1412#endif
1413 1413
1414#include <sys/types.h> 1414#include <sys/types.h>