aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-18 21:22:59 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-18 21:22:59 +0000
commit1e03a3215a59734b26ac16154e611c19b8ae7478 (patch)
treeae74dfbfd1ea2d85e54673de631471ab40fc277a /applets
parent4f31b9ecebd9a5b0c4164ae4cb1f1814f1ca15a3 (diff)
downloadbusybox-w32-1e03a3215a59734b26ac16154e611c19b8ae7478.tar.gz
busybox-w32-1e03a3215a59734b26ac16154e611c19b8ae7478.tar.bz2
busybox-w32-1e03a3215a59734b26ac16154e611c19b8ae7478.zip
More fixes
git-svn-id: svn://busybox.net/trunk/busybox@32 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 45365b370..6bc223a1d 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -132,11 +132,9 @@ static const struct Applet applets[] = {
132#ifdef BB_TAR //bin 132#ifdef BB_TAR //bin
133 {"tar", tar_main}, 133 {"tar", tar_main},
134#endif 134#endif
135#ifdef BB_SWAPOFF //sbin 135#ifdef BB_SWAPONOFF //sbin
136 {"swapoff", monadic_main}, 136 {"swapon", swap_on_off_main},
137#endif 137 {"swapoff", swap_on_off_main},
138#ifdef BB_SWAPON //sbin
139 {"swapon", monadic_main},
140#endif 138#endif
141#ifdef BB_SYNC //bin 139#ifdef BB_SYNC //bin
142 {"sync", sync_main}, 140 {"sync", sync_main},
@@ -148,7 +146,7 @@ static const struct Applet applets[] = {
148 {"true", true_main}, 146 {"true", true_main},
149#endif 147#endif
150#ifdef BB_UMOUNT //bin 148#ifdef BB_UMOUNT //bin
151 {"umount", umount_main}, 149 {"umount", umount_main},
152#endif 150#endif
153#ifdef BB_UPDATE //sbin 151#ifdef BB_UPDATE //sbin
154 {"update", update_main}, 152 {"update", update_main},