diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-27 17:07:02 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-27 17:07:02 +0000 |
commit | 3d9db3a155a3a0812a6252f37e04b22f89b68ae5 (patch) | |
tree | bd1f3f714e90ccbbb5df6cf5ffc6b794b66ddeaa /common | |
parent | 0c41db052b4c3271315d5267f3cacbc737617758 (diff) |
FreeBSD doesn't like alloca
Diffstat (limited to 'common')
-rw-r--r-- | common/stringx.c | 1 |
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> |