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
commit3d9db3a155a3a0812a6252f37e04b22f89b68ae5 (patch)
treebd1f3f714e90ccbbb5df6cf5ffc6b794b66ddeaa
parent0c41db052b4c3271315d5267f3cacbc737617758 (diff)
FreeBSD doesn't like alloca
-rw-r--r--common/stringx.c1
1 files changed, 0 insertions, 1 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>