diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-06 00:30:51 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-06 00:30:51 +0000 |
commit | b140b7217ba56b0c873d2aeec7b324f4925b285a (patch) | |
tree | c8aad7a8b8c573c2421b7fb3e58fdd00a3c1fe9b /applets | |
parent | 084fac40aceeeca57e774d4f8adb6a6ca461731d (diff) | |
download | busybox-w32-b140b7217ba56b0c873d2aeec7b324f4925b285a.tar.gz busybox-w32-b140b7217ba56b0c873d2aeec7b324f4925b285a.tar.bz2 busybox-w32-b140b7217ba56b0c873d2aeec7b324f4925b285a.zip |
latest and greatest.
git-svn-id: svn://busybox.net/trunk/busybox@10 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 08ba88d65..9986af389 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -102,7 +102,7 @@ static const struct Applet applets[] = { | |||
102 | {"mnc", mnc_main}, | 102 | {"mnc", mnc_main}, |
103 | #endif | 103 | #endif |
104 | #ifdef BB_MORE //bin | 104 | #ifdef BB_MORE //bin |
105 | {"more", cat_more_main}, | 105 | {"more", more_main}, |
106 | #endif | 106 | #endif |
107 | #ifdef BB_MOUNT //bin | 107 | #ifdef BB_MOUNT //bin |
108 | {"mount", mount_main}, | 108 | {"mount", mount_main}, |