diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-18 22:28:26 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-18 22:28:26 +0000 |
commit | 0d2bfbda7eff5105f000a216789b68fed8fae031 (patch) | |
tree | b951f34000ebdef0491eecd9386e5ea3e535171a /applets | |
parent | b45ce89974024bd2dbb2f0d5ec0a8d42cc79d030 (diff) | |
download | busybox-w32-0d2bfbda7eff5105f000a216789b68fed8fae031.tar.gz busybox-w32-0d2bfbda7eff5105f000a216789b68fed8fae031.tar.bz2 busybox-w32-0d2bfbda7eff5105f000a216789b68fed8fae031.zip |
More stuff.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@34 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 6bc223a1d..16ccce67e 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -75,9 +75,6 @@ static const struct Applet applets[] = { | |||
75 | #ifdef BB_LOADKMAP //sbin | 75 | #ifdef BB_LOADKMAP //sbin |
76 | {"loadkmap", loadkmap_main}, | 76 | {"loadkmap", loadkmap_main}, |
77 | #endif | 77 | #endif |
78 | #ifdef BB_LOSETUP //sbin | ||
79 | {"losetup", losetup_main}, | ||
80 | #endif | ||
81 | #ifdef BB_LS //bin | 78 | #ifdef BB_LS //bin |
82 | {"ls", ls_main}, | 79 | {"ls", ls_main}, |
83 | #endif | 80 | #endif |