Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-06 02:58:32 +0400
committerEric Andersen <andersen@codepoet.org>1999-10-06 02:58:32 +0400
commit2b69c40e8060934c115922c012737bd471956f09 (patch)
treec92657a42b94419ab9579e8c52639c301764ec40 /busybox.c
parentcc8ed39b240180b58810784f844e253263594ac3 (diff)
More stuff works.
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/busybox.c b/busybox.c
index b7b2b6009..08ba88d65 100644
--- a/busybox.c
+++ b/busybox.c
@@ -16,14 +16,12 @@ static const struct Applet applets[] = {
#ifdef BB_CAT //bin
{"cat", cat_more_main},
#endif
-#ifdef BB_CHGRP //bin
- {"chgrp", chgrp_main},
-#endif
#ifdef BB_CHMOD //bin
{"chmod", chmod_main},
#endif
#ifdef BB_CHOWN //bin
{"chown", chown_main},
+ {"chgrp", chown_main},
#endif
#ifdef BB_CHROOT //sbin
{"chroot", chroot_main},