diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-05 10:17:08 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-05 10:17:08 +0000 |
commit | 7d219aab70e6951ab82c27c202cac05016696723 (patch) | |
tree | 4c0679bfa391f71aee9b51505a5d3dc8f60a0cf7 /applets/applets.c | |
parent | 8f8f268cfdecb4cabeb2e649a73afc7a485aeff5 (diff) | |
download | busybox-w32-7d219aab70e6951ab82c27c202cac05016696723.tar.gz busybox-w32-7d219aab70e6951ab82c27c202cac05016696723.tar.bz2 busybox-w32-7d219aab70e6951ab82c27c202cac05016696723.zip |
build system overhaul
Diffstat (limited to 'applets/applets.c')
-rw-r--r-- | applets/applets.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/applets/applets.c b/applets/applets.c index d615ffcd8..b1f580953 100644 --- a/applets/applets.c +++ b/applets/applets.c | |||
@@ -42,8 +42,6 @@ const size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1); | |||
42 | #ifdef CONFIG_FEATURE_SUID_CONFIG | 42 | #ifdef CONFIG_FEATURE_SUID_CONFIG |
43 | 43 | ||
44 | #include <ctype.h> | 44 | #include <ctype.h> |
45 | #include "pwd_.h" | ||
46 | #include "grp_.h" | ||
47 | 45 | ||
48 | #define CONFIG_FILE "/etc/busybox.conf" | 46 | #define CONFIG_FILE "/etc/busybox.conf" |
49 | 47 | ||