diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-02 03:21:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-02 03:21:42 +0000 |
commit | 86ab8a32bd63b2f2a73bdcead8e2bb037589e175 (patch) | |
tree | 10aa90962757d07724c78e4fc9baaa27ca7b4858 /applets | |
parent | 4062268bc7ac748e2ea2e569aa862b2b3f8a2db2 (diff) | |
download | busybox-w32-86ab8a32bd63b2f2a73bdcead8e2bb037589e175.tar.gz busybox-w32-86ab8a32bd63b2f2a73bdcead8e2bb037589e175.tar.bz2 busybox-w32-86ab8a32bd63b2f2a73bdcead8e2bb037589e175.zip |
A number of additional fixed from Pavel Roskin, note some more bugs in the
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox,
which is now included.
-Erik
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index bf0591d66..9ee5d2e3a 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -32,6 +32,9 @@ void *__libc_stack_end; | |||
32 | 32 | ||
33 | const struct BB_applet applets[] = { | 33 | const struct BB_applet applets[] = { |
34 | 34 | ||
35 | #ifdef BB_AR | ||
36 | {"ar", ar_main, _BB_DIR_USR_BIN}, | ||
37 | #endif | ||
35 | #ifdef BB_BASENAME | 38 | #ifdef BB_BASENAME |
36 | {"basename", basename_main, _BB_DIR_USR_BIN}, | 39 | {"basename", basename_main, _BB_DIR_USR_BIN}, |
37 | #endif | 40 | #endif |