aboutsummaryrefslogtreecommitdiff
path: root/zcat.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-19 20:03:34 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-19 20:03:34 +0000
commite77ae3a2c0328590b43447550bdb1284650b8236 (patch)
tree1e46d5cf36870771a4f3cedfe84f6161c3871131 /zcat.c
parenta3f09076ef5e9a2c26b4d0728cd066bba6c474e4 (diff)
downloadbusybox-e77ae3a2c0328590b43447550bdb1284650b8236.tar.gz
Added sfdisk. Ststic-ified a bunch of stuff.
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 dfc4d21da..d5ea40c5d 100644
--- a/zcat.c
+++ b/zcat.c
@@ -4,7 +4,7 @@
#include "internal.h"
-const char zcat_usage[] = "zcat\n"
+static const char zcat_usage[] = "zcat\n"
"\n"
"\tuncompress gzipped data from stdin to stdout\n";
@@ -59,7 +59,7 @@ static char *license_msg[] = {
*/
#ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $";
+static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $";
#endif
#include <ctype.h>
@@ -80,7 +80,7 @@ static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $";
* The target dependent functions should be defined in tailor.c.
*/
-/* $Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $ */
+/* $Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $ */
#define RECORD_IO 0
@@ -436,7 +436,7 @@ extern int unlzw OF((int in, int out));
# undef LZW
#endif
-/* $Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $ */
+/* $Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $ */
/* #include "getopt.h" */
@@ -895,7 +895,7 @@ RETSIGTYPE abort_gzip()
*/
#ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $";
+static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $";
#endif
/* #include "crypt.h" */
@@ -1021,7 +1021,7 @@ int unzip(in, out)
*/
#ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $";
+static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $";
#endif
#include <ctype.h>
@@ -1408,7 +1408,7 @@ ulg crc_32_tab[] = {
*/
#ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.2 1999/10/06 20:25:32 andersen Exp $";
+static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $";
#endif
#include <sys/types.h>