From e5aef92e22172d36152bae6e15d5c0419c758121 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 17 Nov 2000 18:25:26 +0000 Subject: Fix up builtin overrides, and hack in the binary search for finding matching applets into the shell. --- applets/busybox.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'applets') diff --git a/applets/busybox.c b/applets/busybox.c index d356e4cae..0a3333d99 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -81,14 +81,6 @@ static void install_links(const char *busybox, int use_symbolic_links) #endif /* BB_FEATURE_INSTALLER */ -static int applet_name_compare(const void *x, const void *y) -{ - const struct BB_applet *applet1 = x; - const struct BB_applet *applet2 = y; - - return strcmp(applet1->name, applet2->name); -} - int main(int argc, char **argv) { struct BB_applet search_applet, *applet; -- cgit v1.2.3