aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-19 16:39:10 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-19 16:39:10 +0000
commita2b5a151efb406f9df569db2c79b090ea57f5ca2 (patch)
treefb94f1b8f63af5d4aaf961449ffc1aa05fefe3d7 /applets
parentf32f56ec793c3589aafc2b412c76500402583888 (diff)
downloadbusybox-w32-a2b5a151efb406f9df569db2c79b090ea57f5ca2.tar.gz
busybox-w32-a2b5a151efb406f9df569db2c79b090ea57f5ca2.tar.bz2
busybox-w32-a2b5a151efb406f9df569db2c79b090ea57f5ca2.zip
More stuff
git-svn-id: svn://busybox.net/trunk/busybox@37 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index cb0e2a728..3af98407d 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -45,9 +45,6 @@ static const struct Applet applets[] = {
45#ifdef BB_DUTMP //usr/sbin 45#ifdef BB_DUTMP //usr/sbin
46 {"dutmp", cat_more_main}, 46 {"dutmp", cat_more_main},
47#endif 47#endif
48#ifdef BB_FALSE //bin
49 {"false", false_main},
50#endif
51#ifdef BB_FDFLUSH //bin 48#ifdef BB_FDFLUSH //bin
52 {"fdflush", fdflush_main}, 49 {"fdflush", fdflush_main},
53#endif 50#endif
@@ -142,8 +139,9 @@ static const struct Applet applets[] = {
142#ifdef BB_TOUCH //usr/bin 139#ifdef BB_TOUCH //usr/bin
143 {"touch", touch_main}, 140 {"touch", touch_main},
144#endif 141#endif
145#ifdef BB_TRUE //bin 142#ifdef BB_TRUE_FALSE //bin
146 {"true", true_main}, 143 {"true", true_main},
144 {"false", false_main},
147#endif 145#endif
148#ifdef BB_UMOUNT //bin 146#ifdef BB_UMOUNT //bin
149 {"umount", umount_main}, 147 {"umount", umount_main},