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/uncompress.c | |
parent | db289b258de53bdcea7d671f854aafbb490321df (diff) |
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
getopt.h, whitespace changes, typos, etc.
Diffstat (limited to 'archival/uncompress.c')
-rw-r--r-- | archival/uncompress.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/uncompress.c b/archival/uncompress.c index 48b4e2cad..3bd87093e 100644 --- a/archival/uncompress.c +++ b/archival/uncompress.c @@ -20,7 +20,6 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <getopt.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> |