aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-09 18:29:29 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-09 18:29:29 +0000
commit5d4bc113258b11fe00aaffcbd8934b6b0ab23fc9 (patch)
tree0986b5702bdc0f7d3dba4a6c7f65119b3967addd /applets
parentc2504ea6b9e89e0153670ca07a460cf336b86b1c (diff)
downloadbusybox-w32-5d4bc113258b11fe00aaffcbd8934b6b0ab23fc9.tar.gz
busybox-w32-5d4bc113258b11fe00aaffcbd8934b6b0ab23fc9.tar.bz2
busybox-w32-5d4bc113258b11fe00aaffcbd8934b6b0ab23fc9.zip
Modified to include du
git-svn-id: svn://busybox.net/trunk/busybox@182 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
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