diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
commit | 88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4 (patch) | |
tree | 4871d5fdfd0c601396ef4651c3d1458bedb5a854 /applets | |
parent | 40406e6bad9abcd58977ed92194c9061d85c9e47 (diff) | |
download | busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.gz busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.bz2 busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.zip |
Some #include updates.
-Erik
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 1ed44ed9b..2a05e1551 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -32,7 +32,7 @@ const struct BB_applet applets[] = { | |||
32 | {"chown", chmod_chown_chgrp_main, _BB_DIR_BIN, chown_usage}, | 32 | {"chown", chmod_chown_chgrp_main, _BB_DIR_BIN, chown_usage}, |
33 | #endif | 33 | #endif |
34 | #ifdef BB_CHROOT | 34 | #ifdef BB_CHROOT |
35 | {"chroot", chroot_main, _BB_DIR_SBIN, chroot_usage}, | 35 | {"chroot", chroot_main, _BB_DIR_USR_SBIN, chroot_usage}, |
36 | #endif | 36 | #endif |
37 | #ifdef BB_CLEAR | 37 | #ifdef BB_CLEAR |
38 | {"clear", clear_main, _BB_DIR_USR_BIN, clear_usage}, | 38 | {"clear", clear_main, _BB_DIR_USR_BIN, clear_usage}, |
@@ -65,7 +65,7 @@ const struct BB_applet applets[] = { | |||
65 | {"dmesg", dmesg_main, _BB_DIR_BIN, dmesg_usage}, | 65 | {"dmesg", dmesg_main, _BB_DIR_BIN, dmesg_usage}, |
66 | #endif | 66 | #endif |
67 | #ifdef BB_DU | 67 | #ifdef BB_DU |
68 | {"du", du_main, _BB_DIR_BIN, du_usage}, | 68 | {"du", du_main, _BB_DIR_USR_BIN, du_usage}, |
69 | #endif | 69 | #endif |
70 | #ifdef BB_DUMPKMAP | 70 | #ifdef BB_DUMPKMAP |
71 | {"dumpkmap", dumpkmap_main, _BB_DIR_BIN, dumpkmap_usage}, | 71 | {"dumpkmap", dumpkmap_main, _BB_DIR_BIN, dumpkmap_usage}, |
@@ -251,7 +251,7 @@ const struct BB_applet applets[] = { | |||
251 | {"sleep", sleep_main, _BB_DIR_BIN, sleep_usage}, | 251 | {"sleep", sleep_main, _BB_DIR_BIN, sleep_usage}, |
252 | #endif | 252 | #endif |
253 | #ifdef BB_SORT | 253 | #ifdef BB_SORT |
254 | {"sort", sort_main, _BB_DIR_BIN, sort_usage}, | 254 | {"sort", sort_main, _BB_DIR_USR_BIN, sort_usage}, |
255 | #endif | 255 | #endif |
256 | #ifdef BB_SYNC | 256 | #ifdef BB_SYNC |
257 | {"sync", sync_main, _BB_DIR_BIN, sync_usage}, | 257 | {"sync", sync_main, _BB_DIR_BIN, sync_usage}, |
@@ -278,7 +278,7 @@ const struct BB_applet applets[] = { | |||
278 | {"test", test_main, _BB_DIR_USR_BIN, test_usage}, | 278 | {"test", test_main, _BB_DIR_USR_BIN, test_usage}, |
279 | #endif | 279 | #endif |
280 | #ifdef BB_TEE | 280 | #ifdef BB_TEE |
281 | {"tee", tee_main, _BB_DIR_BIN, tee_usage}, | 281 | {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage}, |
282 | #endif | 282 | #endif |
283 | #ifdef BB_TOUCH | 283 | #ifdef BB_TOUCH |
284 | {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage}, | 284 | {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage}, |