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-083d3f49c2c0fec0bd8b5b0bec875d67748c612e.tar.gz |
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); * terms of the GNU General Public License, see the file COPYING. */ -#if !defined(OF) && defined(lint) -# include "gzip.h" -#endif - #ifndef BITS # define BITS 16 #endif |