diff options
Diffstat (limited to 'dns/c-ares/files/ares-config-info.patch')
-rw-r--r-- | dns/c-ares/files/ares-config-info.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/c-ares/files/ares-config-info.patch b/dns/c-ares/files/ares-config-info.patch index 622d8312e374..f1391897854b 100644 --- a/dns/c-ares/files/ares-config-info.patch +++ b/dns/c-ares/files/ares-config-info.patch @@ -4,7 +4,7 @@ Description: Add the ares_get_config() routine used by Unreal IRCd. Origin: the Unreal IRCd distribution Author: Peter Pentchev <roam@FreeBSD.org> Forwarded: no -Last-Update: 2010-06-11 +Last-Update: 2010-12-19 --- ares.h.orig +++ ares.h @@ -23,7 +23,7 @@ Last-Update: 2010-06-11 struct hostent; struct timeval; struct sockaddr; -@@ -511,6 +519,8 @@ +@@ -530,6 +538,8 @@ CARES_EXTERN int ares_get_servers(ares_channel channel, struct ares_addr_node **servers); @@ -40,9 +40,9 @@ Last-Update: 2010-06-11 #include "inet_net_pton.h" +#include "inet_ntop.h" #include "ares_library_init.h" + #include "ares_nowarn.h" #include "ares_private.h" - -@@ -1519,6 +1520,36 @@ +@@ -1536,6 +1537,36 @@ } #endif /* !WIN32 && !WATT32 */ |