aboutsummaryrefslogtreecommitdiff
path: root/zcat.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-06 06:34:20 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-06 06:34:20 +0000
commit4149bfa7aa52166737fbc84b38acf93ca163f86f (patch)
treeeb5de5901019533a7fb222bb52664849d6dcc9f2 /zcat.c
parent610e4739f7561cb7b2a2e7417052db14e32fd256 (diff)
downloadbusybox-w32-4149bfa7aa52166737fbc84b38acf93ca163f86f.tar.gz
busybox-w32-4149bfa7aa52166737fbc84b38acf93ca163f86f.tar.bz2
busybox-w32-4149bfa7aa52166737fbc84b38acf93ca163f86f.zip
Minor stuf
git-svn-id: svn://busybox.net/trunk/busybox@82 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--zcat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/zcat.c b/zcat.c
index 30916b155..888ba595b 100644
--- a/zcat.c
+++ b/zcat.c
@@ -76,8 +76,6 @@ static char *license_msg[] = {
76 * The target dependent functions should be defined in tailor.c. 76 * The target dependent functions should be defined in tailor.c.
77 */ 77 */
78 78
79/* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
80
81#define RECORD_IO 0 79#define RECORD_IO 0
82 80
83#define get_char() get_byte() 81#define get_char() get_byte()
@@ -432,8 +430,6 @@ extern int unlzw OF((int in, int out));
432# undef LZW 430# undef LZW
433#endif 431#endif
434 432
435/* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
436
437/* #include "getopt.h" */ 433/* #include "getopt.h" */
438 434
439/* Declarations for getopt. 435/* Declarations for getopt.