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 /busybox.c | |
parent | 4062268bc7ac748e2ea2e569aa862b2b3f8a2db2 (diff) |
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 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ void *__libc_stack_end; const struct BB_applet applets[] = { +#ifdef BB_AR + {"ar", ar_main, _BB_DIR_USR_BIN}, +#endif #ifdef BB_BASENAME {"basename", basename_main, _BB_DIR_USR_BIN}, #endif |