Browse Source

build system: stop including alloca.h, stdlib.h provides it

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys Vlasenko 10 years ago
parent
commit
f2743a5b00
2 changed files with 2 additions and 2 deletions
  1. 1 1
      scripts/basic/docproc.c
  2. 1 1
      scripts/basic/fixdep.c

+ 1 - 1
scripts/basic/docproc.c

@@ -39,7 +39,7 @@
 #include <limits.h>
 #include <sys/types.h>
 #include <sys/wait.h>
-#include <alloca.h>
+//bbox disabled: #include <alloca.h>
 
 /* exitstatus is used to keep track of any failing calls to kernel-doc,
  * but execution continues. */

+ 1 - 1
scripts/basic/fixdep.c

@@ -113,7 +113,7 @@
 #include <limits.h>
 #include <ctype.h>
 #include <arpa/inet.h>
-#include <alloca.h>
+//bbox disabled: #include <alloca.h>
 
 /* bbox: not needed
 #define INT_CONF ntohl(0x434f4e46)