diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-10 11:35:17 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-10 11:35:17 +0000 |
commit | 083d3f49c2c0fec0bd8b5b0bec875d67748c612e (patch) | |
tree | bb326553f70f3bebe7ff3ed3cf1d57dcc8a5e8ab /archival | |
parent | ff9f2f6fbae538d27197e7e357da187031ef33df (diff) | |
download | busybox-w32-083d3f49c2c0fec0bd8b5b0bec875d67748c612e.tar.gz busybox-w32-083d3f49c2c0fec0bd8b5b0bec875d67748c612e.tar.bz2 busybox-w32-083d3f49c2c0fec0bd8b5b0bec875d67748c612e.zip |
bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.
e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only.
other: remove confuse bb_mkdep.
Diffstat (limited to 'archival')
-rw-r--r-- | archival/gzip.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index a527f0e40..3aa077fbd 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -234,10 +234,6 @@ static void flush_outbuf(void); | |||
234 | * terms of the GNU General Public License, see the file COPYING. | 234 | * terms of the GNU General Public License, see the file COPYING. |
235 | */ | 235 | */ |
236 | 236 | ||
237 | #if !defined(OF) && defined(lint) | ||
238 | # include "gzip.h" | ||
239 | #endif | ||
240 | |||
241 | #ifndef BITS | 237 | #ifndef BITS |
242 | # define BITS 16 | 238 | # define BITS 16 |
243 | #endif | 239 | #endif |