build system: stop including alloca.h, stdlib.h provides it
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
cb7611385c
commit
f2743a5b00
@ -39,7 +39,7 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/wait.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,
|
/* exitstatus is used to keep track of any failing calls to kernel-doc,
|
||||||
* but execution continues. */
|
* but execution continues. */
|
||||||
|
@ -113,7 +113,7 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <alloca.h>
|
//bbox disabled: #include <alloca.h>
|
||||||
|
|
||||||
/* bbox: not needed
|
/* bbox: not needed
|
||||||
#define INT_CONF ntohl(0x434f4e46)
|
#define INT_CONF ntohl(0x434f4e46)
|
||||||
|
Loading…
Reference in New Issue
Block a user