diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
commit | 88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4 (patch) | |
tree | 4871d5fdfd0c601396ef4651c3d1458bedb5a854 /archival | |
parent | 40406e6bad9abcd58977ed92194c9061d85c9e47 (diff) | |
download | busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.gz busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.bz2 busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.zip |
Some #include updates.
-Erik
Diffstat (limited to 'archival')
-rw-r--r-- | archival/gunzip.c | 1 | ||||
-rw-r--r-- | archival/gzip.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/archival/gunzip.c b/archival/gunzip.c index 330dee335..20af97aed 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c | |||
@@ -94,7 +94,6 @@ static char *license_msg[] = { | |||
94 | #include <ctype.h> | 94 | #include <ctype.h> |
95 | #include <sys/types.h> | 95 | #include <sys/types.h> |
96 | #include <signal.h> | 96 | #include <signal.h> |
97 | #include <sys/stat.h> | ||
98 | #include <errno.h> | 97 | #include <errno.h> |
99 | 98 | ||
100 | /* #include "tailor.h" */ | 99 | /* #include "tailor.h" */ |
diff --git a/archival/gzip.c b/archival/gzip.c index 19ad1a729..591b8cc7f 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -1609,7 +1609,6 @@ ulg deflate() | |||
1609 | #include <ctype.h> | 1609 | #include <ctype.h> |
1610 | #include <sys/types.h> | 1610 | #include <sys/types.h> |
1611 | #include <signal.h> | 1611 | #include <signal.h> |
1612 | #include <sys/stat.h> | ||
1613 | #include <errno.h> | 1612 | #include <errno.h> |
1614 | 1613 | ||
1615 | /* configuration */ | 1614 | /* configuration */ |