mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
$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>
|