diff options
author | Eric Andersen | 2000-08-10 17:59:11 +0000 |
---|---|---|
committer | Eric Andersen | 2000-08-10 17:59:11 +0000 |
commit | 88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4 (patch) | |
tree | 4871d5fdfd0c601396ef4651c3d1458bedb5a854 /archival | |
parent | 40406e6bad9abcd58977ed92194c9061d85c9e47 (diff) | |
download | busybox-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.zip busybox-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.gz |
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 330dee3..20af97a 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c @@ -94,7 +94,6 @@ static char *license_msg[] = { #include <ctype.h> #include <sys/types.h> #include <signal.h> -#include <sys/stat.h> #include <errno.h> /* #include "tailor.h" */ diff --git a/archival/gzip.c b/archival/gzip.c index 19ad1a7..591b8cc 100644 --- a/archival/gzip.c +++ b/archival/gzip.c @@ -1609,7 +1609,6 @@ ulg deflate() #include <ctype.h> #include <sys/types.h> #include <signal.h> -#include <sys/stat.h> #include <errno.h> /* configuration */ |