aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-10 11:35:17 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-10 11:35:17 +0000
commit0d5aa005853e46d0eea77a3e19f065f2b7963848 (patch)
treebb326553f70f3bebe7ff3ed3cf1d57dcc8a5e8ab /archival
parent5b39eeee4603692fe8d007f562ef7f8c0a328a2d (diff)
downloadbusybox-w32-0d5aa005853e46d0eea77a3e19f065f2b7963848.tar.gz
busybox-w32-0d5aa005853e46d0eea77a3e19f065f2b7963848.tar.bz2
busybox-w32-0d5aa005853e46d0eea77a3e19f065f2b7963848.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. git-svn-id: svn://busybox.net/trunk/busybox@11822 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'archival')
-rw-r--r--archival/gzip.c4
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