summaryrefslogtreecommitdiff
path: root/benchmarks/httperf/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/httperf/patches/patch-ac')
-rw-r--r--benchmarks/httperf/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/benchmarks/httperf/patches/patch-ac b/benchmarks/httperf/patches/patch-ac
new file mode 100644
index 00000000000..2564b4d1dce
--- /dev/null
+++ b/benchmarks/httperf/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/12/07 06:27:30 cjs Exp $
+
+--- lib/ssl_writev.c.orig 2000-10-12 09:09:47.000000000 +0900
++++ lib/ssl_writev.c 2006-12-07 15:14:21.000000000 +0900
+@@ -31,7 +31,7 @@
+
+ #ifdef HAVE_OPENSSL_SSL_H
+
+-#include <alloca.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ #include <sys/types.h>