aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-11 23:12:49 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-11 23:12:49 +0000
commitb5f326ec78a42d0e6e7c306a9d6cbadefe9d5e08 (patch)
treee162cc6fca7b67b684492c758a43fb9463782a7d /include/applets.h
parent8a568db60624ea2b6adac0ccd661bde6744901ec (diff)
downloadbusybox-w32-b5f326ec78a42d0e6e7c306a9d6cbadefe9d5e08.tar.gz
busybox-w32-b5f326ec78a42d0e6e7c306a9d6cbadefe9d5e08.tar.bz2
busybox-w32-b5f326ec78a42d0e6e7c306a9d6cbadefe9d5e08.zip
Small comm implementatin from Rob Sullivan. Needed to build perl.
git-svn-id: svn://busybox.net/trunk/busybox@10298 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index bc5b36ae3..4ef5ed77c 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -113,6 +113,9 @@
113#ifdef CONFIG_CMP 113#ifdef CONFIG_CMP
114 APPLET(cmp, cmp_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 114 APPLET(cmp, cmp_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
115#endif 115#endif
116#ifdef CONFIG_COMM
117 APPLET(comm, comm_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
118#endif
116#ifdef CONFIG_CP 119#ifdef CONFIG_CP
117 APPLET(cp, cp_main, _BB_DIR_BIN, _BB_SUID_NEVER) 120 APPLET(cp, cp_main, _BB_DIR_BIN, _BB_SUID_NEVER)
118#endif 121#endif