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/uudecode.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/uudecode.c')
-rw-r--r-- | coreutils/uudecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 57d4e8371..6167c9fad 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | #include <stdio.h> | 25 | #include <stdio.h> |
26 | #include <errno.h> | 26 | #include <errno.h> |
27 | #include <getopt.h> | 27 | #include <getopt.h> /* optind */ |
28 | #include <string.h> | 28 | #include <string.h> |
29 | #include <stdlib.h> | 29 | #include <stdlib.h> |
30 | 30 | ||