diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-19 16:39:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-19 16:39:10 +0000 |
commit | a3f09076ef5e9a2c26b4d0728cd066bba6c474e4 (patch) | |
tree | fb94f1b8f63af5d4aaf961449ffc1aa05fefe3d7 /applets | |
parent | 3e0fbae15eca940c70075c8eade3f2c735fa34b6 (diff) | |
download | busybox-w32-a3f09076ef5e9a2c26b4d0728cd066bba6c474e4.tar.gz busybox-w32-a3f09076ef5e9a2c26b4d0728cd066bba6c474e4.tar.bz2 busybox-w32-a3f09076ef5e9a2c26b4d0728cd066bba6c474e4.zip |
More stuff
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 6 |
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}, |