aboutsummaryrefslogtreecommitdiff
path: root/coreutils/env.c
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-11 01:05:30 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-11 01:05:30 +0000
commit802d9007472de0b933d195c4f745a7b78b09f7d8 (patch)
tree0358a910b954c6c7fdcaddf389693a0c2e96ef70 /coreutils/env.c
parent72f79f2e43279d1d731ec47a18187452420d66a5 (diff)
downloadbusybox-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/env.c')
-rw-r--r--coreutils/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/env.c b/coreutils/env.c
index 70cef6588..1a8ad7c78 100644
--- a/coreutils/env.c
+++ b/coreutils/env.c
@@ -47,7 +47,7 @@
47#include <stdlib.h> 47#include <stdlib.h>
48#include <errno.h> 48#include <errno.h>
49#include <unistd.h> 49#include <unistd.h>
50#include <getopt.h> 50#include <getopt.h> /* struct option */
51#include "busybox.h" 51#include "busybox.h"
52 52
53 53