Applied patch from David Douthitt to fix build error in df.c when
[oweals/busybox.git] / init.c
diff --git a/init.c b/init.c
index 2657ec628385ce1e63f0fed04539a68e15c6fcd0..0620e1ea1e2432c6f6b5864fca690ce360929258 100644 (file)
--- a/init.c
+++ b/init.c
@@ -134,7 +134,8 @@ static _syscall2(int, bdflush, int, func, int, data);
 #define INIT_SCRIPT  "/etc/init.d/rcS"   /* Default sysinit script. */
 #endif
 
-static const int MAXENV = 16;  /* Number of env. vars */
+#define MAXENV 16              /* Number of env. vars */
+//static const int MAXENV = 16;        /* Number of env. vars */
 static const int LOG = 0x1;
 static const int CONSOLE = 0x2;