From 86ab8a32bd63b2f2a73bdcead8e2bb037589e175 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 2 Jun 2000 03:21:42 +0000 Subject: 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 --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets') 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; 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 -- cgit v1.2.3