aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-17 12:58:30 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-17 12:58:30 +0000
commit3a4a981f0bd38309b3bf621906f8cbe9827c0b2a (patch)
treecc859edcef407b063d8e7a2c76cf0fe74465cb5a /include/applets.h
parent2c9618bf8e7e7b1d1572e48c2ce92ca53a4c3da3 (diff)
downloadbusybox-w32-3a4a981f0bd38309b3bf621906f8cbe9827c0b2a.tar.gz
busybox-w32-3a4a981f0bd38309b3bf621906f8cbe9827c0b2a.tar.bz2
busybox-w32-3a4a981f0bd38309b3bf621906f8cbe9827c0b2a.zip
fix trivial compile errors found by randomconfig run
git-svn-id: svn://busybox.net/trunk/busybox@18639 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h6
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))
176USE_INIT(APPLET(init, _BB_DIR_SBIN, _BB_SUID_NEVER)) 176USE_INIT(APPLET(init, _BB_DIR_SBIN, _BB_SUID_NEVER))
177USE_INSMOD(APPLET(insmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) 177USE_INSMOD(APPLET(insmod, _BB_DIR_SBIN, _BB_SUID_NEVER))
178USE_INSTALL(APPLET(install, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 178USE_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
179USE_IP(APPLET(ip, _BB_DIR_BIN, _BB_SUID_NEVER)) 184USE_IP(APPLET(ip, _BB_DIR_BIN, _BB_SUID_NEVER))
185#endif
180USE_IPADDR(APPLET(ipaddr, _BB_DIR_BIN, _BB_SUID_NEVER)) 186USE_IPADDR(APPLET(ipaddr, _BB_DIR_BIN, _BB_SUID_NEVER))
181USE_IPCALC(APPLET(ipcalc, _BB_DIR_BIN, _BB_SUID_NEVER)) 187USE_IPCALC(APPLET(ipcalc, _BB_DIR_BIN, _BB_SUID_NEVER))
182USE_IPCRM(APPLET(ipcrm, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)) 188USE_IPCRM(APPLET(ipcrm, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS))