diff options
author | John Beppu <beppu@lbox.org> | 1999-12-09 18:29:29 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 1999-12-09 18:29:29 +0000 |
commit | 7a98606d859ce45bb462f6dba53213ce6fc9c49a (patch) | |
tree | 0986b5702bdc0f7d3dba4a6c7f65119b3967addd /applets | |
parent | 0f5e1ab949193ee7b6228bc66730da9d573464eb (diff) | |
download | busybox-w32-7a98606d859ce45bb462f6dba53213ce6fc9c49a.tar.gz busybox-w32-7a98606d859ce45bb462f6dba53213ce6fc9c49a.tar.bz2 busybox-w32-7a98606d859ce45bb462f6dba53213ce6fc9c49a.zip |
Modified to include du
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 67a606cc4..c050acc9c 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -45,6 +45,9 @@ static const struct Applet applets[] = { | |||
45 | #ifdef BB_DMESG //bin | 45 | #ifdef BB_DMESG //bin |
46 | {"dmesg", dmesg_main}, | 46 | {"dmesg", dmesg_main}, |
47 | #endif | 47 | #endif |
48 | #ifdef BB_DU //bin | ||
49 | {"du", du_main}, | ||
50 | #endif | ||
48 | #ifdef BB_DUTMP //usr/sbin | 51 | #ifdef BB_DUTMP //usr/sbin |
49 | {"dutmp", dutmp_main}, | 52 | {"dutmp", dutmp_main}, |
50 | #endif | 53 | #endif |