From 8c725e624a6fa97175f48e0fc34b37403e3b8613 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 30 Nov 2000 00:27:06 +0000 Subject: Patch from Larry Doolittle (with minor touchups from me so everything compiles and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes. --- applets/busybox.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index 0a3333d99..857367b5f 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -3,6 +3,10 @@ #include #include #include + +#undef APPLET +#undef APPLET_NOUSAGE +#undef PROTOTYPES #include "applets.h" #define bb_need_full_version -- cgit v1.2.3