Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-06 09:34:20 +0300
committerEric Andersen <andersen@codepoet.org>1999-11-06 09:34:20 +0300
commit350577c5a03ace7d421208672385302c77d78084 (patch)
treeeb5de5901019533a7fb222bb52664849d6dcc9f2
parent29d2e362dedf42d60ffebf6756144fb5449e753a (diff)
Minor stuf0_33
-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 @@
PROG=busybox
-VERSION=0.32
+VERSION=0.33
BUILDTIME=$(shell date "+%Y%m%d-%H%M")
# 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 */
# undef LZW
#endif
-/* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
/* tailor.h -- target dependent definitions
* Copyright (C) 1992-1993 Jean-loup Gailly.
* 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 */
* The target dependent functions should be defined in tailor.c.
*/
-/* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
#if defined(__MSDOS__) && !defined(MSDOS)
# 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 */
# undef LZW
#endif
-/* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
/* tailor.h -- target dependent definitions
* Copyright (C) 1992-1993 Jean-loup Gailly.
* 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 */
* The target dependent functions should be defined in tailor.c.
*/
-/* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
#if defined(__MSDOS__) && !defined(MSDOS)
# 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[] = {
* The target dependent functions should be defined in tailor.c.
*/
-/* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
-
#define RECORD_IO 0
#define get_char() get_byte()
@@ -432,8 +430,6 @@ extern int unlzw OF((int in, int out));
# undef LZW
#endif
-/* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
-
/* #include "getopt.h" */
/* Declarations for getopt.