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 /coreutils/uuencode.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 'coreutils/uuencode.c')
-rw-r--r-- | coreutils/uuencode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/uuencode.c b/coreutils/uuencode.c index 42f629f48..2660f4a19 100644 --- a/coreutils/uuencode.c +++ b/coreutils/uuencode.c | |||
@@ -19,7 +19,6 @@ | |||
19 | * along with this program; if not, write to the Free Software | 19 | * along with this program; if not, write to the Free Software |
20 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 20 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
21 | */ | 21 | */ |
22 | #include <getopt.h> | ||
23 | #include <stdio.h> | 22 | #include <stdio.h> |
24 | #include <string.h> | 23 | #include <string.h> |
25 | #include <stdlib.h> | 24 | #include <stdlib.h> |