summaryrefslogtreecommitdiff
path: root/src
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 /src
parentce81aa857ac7df3c3a0544626ad601710e555a90 (diff)
FreeBSD doesn't like alloca
Diffstat (limited to 'src')
-rw-r--r--src/util.c1
1 files changed, 0 insertions, 1 deletions
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>