diff options
Diffstat (limited to 'www/curl/patches/patch-lib_hostcheck.c')
-rw-r--r-- | www/curl/patches/patch-lib_hostcheck.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/curl/patches/patch-lib_hostcheck.c b/www/curl/patches/patch-lib_hostcheck.c index 5b2f1fdf8d7..d0480af87b3 100644 --- a/www/curl/patches/patch-lib_hostcheck.c +++ b/www/curl/patches/patch-lib_hostcheck.c @@ -1,11 +1,11 @@ -$NetBSD: patch-lib_hostcheck.c,v 1.2 2015/06/30 05:46:56 spz Exp $ +$NetBSD: patch-lib_hostcheck.c,v 1.3 2015/06/30 23:00:21 spz Exp $ Add missing header for DragonflyBSD. PR 48691 by David Shao. ---- lib/hostcheck.c.orig 2015-06-03 07:38:20.000000000 +0000 +--- lib/hostcheck.c.orig 2014-03-25 22:01:37.000000000 +0000 +++ lib/hostcheck.c -@@ -34,6 +34,13 @@ +@@ -31,6 +31,13 @@ #include "inet_pton.h" #include "curl_memory.h" |