diff options
author | Rob Landley <rob@landley.net> | 2005-09-11 01:05:30 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-09-11 01:05:30 +0000 |
commit | b7128c6236ac9b4d5d69ad95d509498f38df0dd6 (patch) | |
tree | 0358a910b954c6c7fdcaddf389693a0c2e96ef70 /archival/gunzip.c | |
parent | db289b258de53bdcea7d671f854aafbb490321df (diff) | |
download | busybox-w32-b7128c6236ac9b4d5d69ad95d509498f38df0dd6.tar.gz busybox-w32-b7128c6236ac9b4d5d69ad95d509498f38df0dd6.tar.bz2 busybox-w32-b7128c6236ac9b4d5d69ad95d509498f38df0dd6.zip |
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
getopt.h, whitespace changes, typos, etc.
Diffstat (limited to 'archival/gunzip.c')
-rw-r--r-- | archival/gunzip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/gunzip.c b/archival/gunzip.c index beb7bd12e..a4db7ca31 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c | |||
@@ -63,7 +63,6 @@ static char *license_msg[] = { | |||
63 | #include <stdlib.h> | 63 | #include <stdlib.h> |
64 | #include <string.h> | 64 | #include <string.h> |
65 | #include <unistd.h> | 65 | #include <unistd.h> |
66 | #include <getopt.h> | ||
67 | #include <sys/types.h> | 66 | #include <sys/types.h> |
68 | #include <sys/stat.h> | 67 | #include <sys/stat.h> |
69 | #include <fcntl.h> | 68 | #include <fcntl.h> |