diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-17 12:58:30 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-17 12:58:30 +0000 |
commit | d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9 (patch) | |
tree | cc859edcef407b063d8e7a2c76cf0fe74465cb5a /include | |
parent | a35958d4ad20dff88ac0db6f9d73a00fc2d89e14 (diff) | |
download | busybox-w32-d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9.tar.gz busybox-w32-d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9.tar.bz2 busybox-w32-d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9.zip |
fix trivial compile errors found by randomconfig run
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index a7aee3a1d..99e6aceb5 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -176,7 +176,13 @@ USE_INETD(APPLET(inetd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | |||
176 | USE_INIT(APPLET(init, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 176 | USE_INIT(APPLET(init, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
177 | USE_INSMOD(APPLET(insmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 177 | USE_INSMOD(APPLET(insmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
178 | USE_INSTALL(APPLET(install, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 178 | USE_INSTALL(APPLET(install, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
179 | #if ENABLE_FEATURE_IP_ADDRESS \ | ||
180 | || ENABLE_FEATURE_IP_ROUTE \ | ||
181 | || ENABLE_FEATURE_IP_LINK \ | ||
182 | || ENABLE_FEATURE_IP_TUNNEL \ | ||
183 | || ENABLE_FEATURE_IP_RULE | ||
179 | USE_IP(APPLET(ip, _BB_DIR_BIN, _BB_SUID_NEVER)) | 184 | USE_IP(APPLET(ip, _BB_DIR_BIN, _BB_SUID_NEVER)) |
185 | #endif | ||
180 | USE_IPADDR(APPLET(ipaddr, _BB_DIR_BIN, _BB_SUID_NEVER)) | 186 | USE_IPADDR(APPLET(ipaddr, _BB_DIR_BIN, _BB_SUID_NEVER)) |
181 | USE_IPCALC(APPLET(ipcalc, _BB_DIR_BIN, _BB_SUID_NEVER)) | 187 | USE_IPCALC(APPLET(ipcalc, _BB_DIR_BIN, _BB_SUID_NEVER)) |
182 | USE_IPCRM(APPLET(ipcrm, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)) | 188 | USE_IPCRM(APPLET(ipcrm, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)) |