diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-10 17:59:11 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-10 17:59:11 +0000 |
commit | 1d6765bf86d1a0fe9d73577f6004d4163b83508c (patch) | |
tree | 4871d5fdfd0c601396ef4651c3d1458bedb5a854 /applets | |
parent | 93a8e14d2287c060e06ae8799a24f2b445417488 (diff) | |
download | busybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.tar.gz busybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.tar.bz2 busybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.zip |
Some #include updates.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@946 69ca8d6d-28ef-0310-b511-8ec308f3f277
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}, |