build failure fix and some cosmetics
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 22 Oct 2009 23:30:26 +0000 (01:30 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 22 Oct 2009 23:30:26 +0000 (01:30 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/appletlib.c
shell/hush.c

index 0ebea4f4415817e92cd2af090fc5244f909e10d5..b31532a931be0120b280f2a1192330161387cfd1 100644 (file)
  * FEATURE_INSTALLER or FEATURE_SUID will still link printf routines in. :(
  */
 
+#include "busybox.h"
 #include <assert.h>
 #include <malloc.h>
 #include <sys/user.h> /* PAGE_SIZE */
-#include "busybox.h"
 
 
 /* Declare <applet>_main() */
index 5edcdb8445976485401704266b4ecd7beb284495..1187cbe8fb60b7e5a9acd6af06a68c091c94e038 100644 (file)
@@ -454,9 +454,9 @@ struct function {
        char *name;
        struct command *parent_cmd;
        struct pipe *body;
-#if !BB_MMU
+# if !BB_MMU
        char *body_as_string;
-#endif
+# endif
 };
 #endif