diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2014-01-09 11:02:46 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-01-09 11:02:46 +0100 |
commit | f2743a5b0046069104c3afd9b14091dfa71690a4 (patch) | |
tree | eb56bd052bdbc3ccab8e10bf96101a85a25834e1 | |
parent | cb7611385c5ec7bc951d9be24a0ccbe8d89d2e4f (diff) | |
download | busybox-w32-f2743a5b0046069104c3afd9b14091dfa71690a4.tar.gz busybox-w32-f2743a5b0046069104c3afd9b14091dfa71690a4.tar.bz2 busybox-w32-f2743a5b0046069104c3afd9b14091dfa71690a4.zip |
build system: stop including alloca.h, stdlib.h provides it
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | scripts/basic/docproc.c | 2 | ||||
-rw-r--r-- | scripts/basic/fixdep.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/basic/docproc.c b/scripts/basic/docproc.c index b12569832..7f21443c1 100644 --- a/scripts/basic/docproc.c +++ b/scripts/basic/docproc.c | |||
@@ -39,7 +39,7 @@ | |||
39 | #include <limits.h> | 39 | #include <limits.h> |
40 | #include <sys/types.h> | 40 | #include <sys/types.h> |
41 | #include <sys/wait.h> | 41 | #include <sys/wait.h> |
42 | #include <alloca.h> | 42 | //bbox disabled: #include <alloca.h> |
43 | 43 | ||
44 | /* exitstatus is used to keep track of any failing calls to kernel-doc, | 44 | /* exitstatus is used to keep track of any failing calls to kernel-doc, |
45 | * but execution continues. */ | 45 | * but execution continues. */ |
diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c index 165a8c39d..19f82df09 100644 --- a/scripts/basic/fixdep.c +++ b/scripts/basic/fixdep.c | |||
@@ -113,7 +113,7 @@ | |||
113 | #include <limits.h> | 113 | #include <limits.h> |
114 | #include <ctype.h> | 114 | #include <ctype.h> |
115 | #include <arpa/inet.h> | 115 | #include <arpa/inet.h> |
116 | #include <alloca.h> | 116 | //bbox disabled: #include <alloca.h> |
117 | 117 | ||
118 | /* bbox: not needed | 118 | /* bbox: not needed |
119 | #define INT_CONF ntohl(0x434f4e46) | 119 | #define INT_CONF ntohl(0x434f4e46) |