aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-28 13:05:12 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-28 13:05:12 +0000
commit4835431e8eb37c83ecd2c4a079ceced5cc0ed88e (patch)
tree4592b8c6be22d6bac7182f8b3304b3df56ca85f0 /include/applets.h
parentfc4a13d6990c9037e58ed152ce98909674f0ae41 (diff)
downloadbusybox-w32-4835431e8eb37c83ecd2c4a079ceced5cc0ed88e.tar.gz
busybox-w32-4835431e8eb37c83ecd2c4a079ceced5cc0ed88e.tar.bz2
busybox-w32-4835431e8eb37c83ecd2c4a079ceced5cc0ed88e.zip
New applet, fuser, from Tony J. White. (Needs some cleanup.)
git-svn-id: svn://busybox.net/trunk/busybox@11954 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 883e55990..2b2c45d67 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -258,6 +258,9 @@
258#ifdef CONFIG_FTPPUT 258#ifdef CONFIG_FTPPUT
259 APPLET(ftpput, ftpgetput_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 259 APPLET(ftpput, ftpgetput_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
260#endif 260#endif
261#ifdef CONFIG_FUSER
262 APPLET(fuser, fuser_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
263#endif
261#ifdef CONFIG_GETOPT 264#ifdef CONFIG_GETOPT
262 APPLET(getopt, getopt_main, _BB_DIR_BIN, _BB_SUID_NEVER) 265 APPLET(getopt, getopt_main, _BB_DIR_BIN, _BB_SUID_NEVER)
263#endif 266#endif