summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-27 17:07:02 +0000
committerStef Walter <stef@memberwebs.com>2004-08-27 17:07:02 +0000
commitc5db99e82c9ea1cea722c90e53d0547fa809e4c5 (patch)
treea4c1337e2dba8a7e97cba737212b7d57848f61b3
parentce81aa857ac7df3c3a0544626ad601710e555a90 (diff)
FreeBSD doesn't like alloca
-rw-r--r--common/stringx.c1
-rw-r--r--src/util.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/common/stringx.c b/common/stringx.c
index 02e89f3..b994f7f 100644
--- a/common/stringx.c
+++ b/common/stringx.c
@@ -44,7 +44,6 @@
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
-#include <alloca.h>
#include <err.h>
#include <stdarg.h>
#include <strings.h>
diff --git a/src/util.c b/src/util.c
index 02e89f3..b994f7f 100644
--- a/src/util.c
+++ b/src/util.c
@@ -44,7 +44,6 @@
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
-#include <alloca.h>
#include <err.h>
#include <stdarg.h>
#include <strings.h>