summaryrefslogtreecommitdiff
path: root/benchmarks/httperf/patches/patch-ac
blob: 2564b4d1dce13850d0e4db534701d6539f3ec026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>