build failure fix and some cosmetics
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c0dab37d0a
commit
c1947f18f5
@ -27,10 +27,10 @@
|
|||||||
* FEATURE_INSTALLER or FEATURE_SUID will still link printf routines in. :(
|
* FEATURE_INSTALLER or FEATURE_SUID will still link printf routines in. :(
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "busybox.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <sys/user.h> /* PAGE_SIZE */
|
#include <sys/user.h> /* PAGE_SIZE */
|
||||||
#include "busybox.h"
|
|
||||||
|
|
||||||
|
|
||||||
/* Declare <applet>_main() */
|
/* Declare <applet>_main() */
|
||||||
|
@ -454,9 +454,9 @@ struct function {
|
|||||||
char *name;
|
char *name;
|
||||||
struct command *parent_cmd;
|
struct command *parent_cmd;
|
||||||
struct pipe *body;
|
struct pipe *body;
|
||||||
#if !BB_MMU
|
# if !BB_MMU
|
||||||
char *body_as_string;
|
char *body_as_string;
|
||||||
#endif
|
# endif
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user