summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--archival/gzip.c2
-rw-r--r--gzip.c2
-rw-r--r--zcat.c4
4 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index bdba57557..13d349dc3 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
17 17
18 18
19PROG=busybox 19PROG=busybox
20VERSION=0.32 20VERSION=0.33
21BUILDTIME=$(shell date "+%Y%m%d-%H%M") 21BUILDTIME=$(shell date "+%Y%m%d-%H%M")
22 22
23# Comment out the following to make a debuggable build 23# Comment out the following to make a debuggable build
diff --git a/archival/gzip.c b/archival/gzip.c
index 7571a3f6a..de794febb 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -380,7 +380,6 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */
380# undef LZW 380# undef LZW
381#endif 381#endif
382 382
383/* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
384/* tailor.h -- target dependent definitions 383/* tailor.h -- target dependent definitions
385 * Copyright (C) 1992-1993 Jean-loup Gailly. 384 * Copyright (C) 1992-1993 Jean-loup Gailly.
386 * This is free software; you can redistribute it and/or modify it under the 385 * This is free software; you can redistribute it and/or modify it under the
@@ -391,7 +390,6 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */
391 * The target dependent functions should be defined in tailor.c. 390 * The target dependent functions should be defined in tailor.c.
392 */ 391 */
393 392
394/* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
395 393
396#if defined(__MSDOS__) && !defined(MSDOS) 394#if defined(__MSDOS__) && !defined(MSDOS)
397# define MSDOS 395# define MSDOS
diff --git a/gzip.c b/gzip.c
index 7571a3f6a..de794febb 100644
--- a/gzip.c
+++ b/gzip.c
@@ -380,7 +380,6 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */
380# undef LZW 380# undef LZW
381#endif 381#endif
382 382
383/* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
384/* tailor.h -- target dependent definitions 383/* tailor.h -- target dependent definitions
385 * Copyright (C) 1992-1993 Jean-loup Gailly. 384 * Copyright (C) 1992-1993 Jean-loup Gailly.
386 * This is free software; you can redistribute it and/or modify it under the 385 * This is free software; you can redistribute it and/or modify it under the
@@ -391,7 +390,6 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */
391 * The target dependent functions should be defined in tailor.c. 390 * The target dependent functions should be defined in tailor.c.
392 */ 391 */
393 392
394/* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
395 393
396#if defined(__MSDOS__) && !defined(MSDOS) 394#if defined(__MSDOS__) && !defined(MSDOS)
397# define MSDOS 395# define MSDOS
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.