Patch from Vladimir to move struct applet from busybox.c to applets.c,
which looks like the right place for such things to live.
This commit is contained in:
@@ -6,11 +6,6 @@
|
||||
#include <stdlib.h>
|
||||
#include "busybox.h"
|
||||
|
||||
#undef APPLET
|
||||
#undef APPLET_NOUSAGE
|
||||
#undef PROTOTYPES
|
||||
#include "applets.h"
|
||||
|
||||
#define bb_need_full_version
|
||||
#define BB_DECLARE_EXTERN
|
||||
#include "messages.c"
|
||||
|
Reference in New Issue
Block a user