aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-06 00:48:21 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-06 00:48:21 +0000
commit3becb0b7ea62ece4e15e11780b58a48385b6a7b9 (patch)
tree3b3d8839cda2823021d7a969f77cc1e70b1efa9c /applets
parent4ad5c2a029a819366ec0076636a5f993c58cfe58 (diff)
downloadbusybox-w32-3becb0b7ea62ece4e15e11780b58a48385b6a7b9.tar.gz
busybox-w32-3becb0b7ea62ece4e15e11780b58a48385b6a7b9.tar.bz2
busybox-w32-3becb0b7ea62ece4e15e11780b58a48385b6a7b9.zip
i am busybox of borg. unix will be assimilated.
git-svn-id: svn://busybox.net/trunk/busybox@280 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 a35306915..4a7feefd2 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -225,6 +225,9 @@ static const struct Applet applets[] = {
225#ifdef BB_UMOUNT //bin 225#ifdef BB_UMOUNT //bin
226 {"umount", umount_main}, 226 {"umount", umount_main},
227#endif 227#endif
228#ifdef BB_UNIQ //bin
229 {"uniq", uniq_main},
230#endif
228#ifdef BB_UPDATE //sbin 231#ifdef BB_UPDATE //sbin
229 {"update", update_main}, 232 {"update", update_main},
230#endif 233#endif