diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-11 01:05:30 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-11 01:05:30 +0000 |
commit | 802d9007472de0b933d195c4f745a7b78b09f7d8 (patch) | |
tree | 0358a910b954c6c7fdcaddf389693a0c2e96ef70 /archival/unzip.c | |
parent | 72f79f2e43279d1d731ec47a18187452420d66a5 (diff) | |
download | busybox-w32-802d9007472de0b933d195c4f745a7b78b09f7d8.tar.gz busybox-w32-802d9007472de0b933d195c4f745a7b78b09f7d8.tar.bz2 busybox-w32-802d9007472de0b933d195c4f745a7b78b09f7d8.zip |
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
getopt.h, whitespace changes, typos, etc.
git-svn-id: svn://busybox.net/trunk/busybox@11422 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'archival/unzip.c')
-rw-r--r-- | archival/unzip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/unzip.c b/archival/unzip.c index d60cb4db4..50d148692 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -38,7 +38,6 @@ | |||
38 | */ | 38 | */ |
39 | 39 | ||
40 | #include <fcntl.h> | 40 | #include <fcntl.h> |
41 | #include <getopt.h> | ||
42 | #include <stdlib.h> | 41 | #include <stdlib.h> |
43 | #include <string.h> | 42 | #include <string.h> |
44 | #include <unistd.h> | 43 | #include <unistd.h> |