diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-18 21:22:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-18 21:22:59 +0000 |
commit | 8759006b55c617811a207cc4e99792996c8b97fb (patch) | |
tree | ae74dfbfd1ea2d85e54673de631471ab40fc277a /busybox.c | |
parent | 7f04b5e3208882eaeabb8c11d64c9b6e90d3e253 (diff) | |
download | busybox-w32-8759006b55c617811a207cc4e99792996c8b97fb.tar.gz busybox-w32-8759006b55c617811a207cc4e99792996c8b97fb.tar.bz2 busybox-w32-8759006b55c617811a207cc4e99792996c8b97fb.zip |
More fixes
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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}, |