diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-19 19:30:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-19 19:30:24 +0000 |
commit | 2ccfef2004675cc6cb18b9cdad1ebdaf892a10c2 (patch) | |
tree | 16b0e70cfb8994ee2249c77ba57cef3f56713d2d /applets/busybox.c | |
parent | 23c1a18126aba2b2c3b5a818b826ae7f958cf4bd (diff) | |
download | busybox-w32-2ccfef2004675cc6cb18b9cdad1ebdaf892a10c2.tar.gz busybox-w32-2ccfef2004675cc6cb18b9cdad1ebdaf892a10c2.tar.bz2 busybox-w32-2ccfef2004675cc6cb18b9cdad1ebdaf892a10c2.zip |
Patch from Vladimir to move struct applet from busybox.c to applets.c,
which looks like the right place for such things to live.
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 0250e4c10..2872f1e38 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -6,11 +6,6 @@ | |||
6 | #include <stdlib.h> | 6 | #include <stdlib.h> |
7 | #include "busybox.h" | 7 | #include "busybox.h" |
8 | 8 | ||
9 | #undef APPLET | ||
10 | #undef APPLET_NOUSAGE | ||
11 | #undef PROTOTYPES | ||
12 | #include "applets.h" | ||
13 | |||
14 | #define bb_need_full_version | 9 | #define bb_need_full_version |
15 | #define BB_DECLARE_EXTERN | 10 | #define BB_DECLARE_EXTERN |
16 | #include "messages.c" | 11 | #include "messages.c" |