diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-15 10:37:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-15 10:37:04 +0200 |
commit | dd1eb413f28a2a8b5768056e1967e87b2363dc32 (patch) | |
tree | 8ab3fd91e43c301548fd3e1e678f44a7d3ac1292 | |
parent | 378ab6819907fa9e439e93ed081c73c2351b4330 (diff) | |
download | busybox-w32-dd1eb413f28a2a8b5768056e1967e87b2363dc32.tar.gz busybox-w32-dd1eb413f28a2a8b5768056e1967e87b2363dc32.tar.bz2 busybox-w32-dd1eb413f28a2a8b5768056e1967e87b2363dc32.zip |
suppress "warning: implicit declaration of function 'alloca'"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | scripts/basic/docproc.c | 1 | ||||
-rw-r--r-- | scripts/basic/fixdep.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/basic/docproc.c b/scripts/basic/docproc.c index 0984e7d4b..b12569832 100644 --- a/scripts/basic/docproc.c +++ b/scripts/basic/docproc.c | |||
@@ -39,6 +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 | 43 | ||
43 | /* 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, |
44 | * but execution continues. */ | 45 | * but execution continues. */ |
diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c index f27a17984..165a8c39d 100644 --- a/scripts/basic/fixdep.c +++ b/scripts/basic/fixdep.c | |||
@@ -113,6 +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 | 117 | ||
117 | /* bbox: not needed | 118 | /* bbox: not needed |
118 | #define INT_CONF ntohl(0x434f4e46) | 119 | #define INT_CONF ntohl(0x434f4e46) |