aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-06-20 04:30:36 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-06-20 04:30:36 +0000
commitfa155f350301a674da2343935eba3127550784ba (patch)
treeb88e5e3d34a2edea9bd2a9c59fd1cf84a62ddf4d /include/applets.h
parent443847e93444c2556f880ba21595411f47dc1e47 (diff)
downloadbusybox-w32-fa155f350301a674da2343935eba3127550784ba.tar.gz
busybox-w32-fa155f350301a674da2343935eba3127550784ba.tar.bz2
busybox-w32-fa155f350301a674da2343935eba3127550784ba.zip
Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use
some more work to shrink them down. git-svn-id: svn://busybox.net/trunk/busybox@10556 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 e0b18085a..a7578ba1a 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -320,6 +320,12 @@
320#ifdef CONFIG_IPCALC 320#ifdef CONFIG_IPCALC
321 APPLET(ipcalc, ipcalc_main, _BB_DIR_BIN, _BB_SUID_NEVER) 321 APPLET(ipcalc, ipcalc_main, _BB_DIR_BIN, _BB_SUID_NEVER)
322#endif 322#endif
323#ifdef CONFIG_IPCRM
324 APPLET(ipcrm, ipcrm_main, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)
325#endif
326#ifdef CONFIG_IPCS
327 APPLET(ipcs, ipcs_main, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)
328#endif
323#ifdef CONFIG_IPLINK 329#ifdef CONFIG_IPLINK
324 APPLET(iplink, iplink_main, _BB_DIR_BIN, _BB_SUID_NEVER) 330 APPLET(iplink, iplink_main, _BB_DIR_BIN, _BB_SUID_NEVER)
325#endif 331#endif