summaryrefslogtreecommitdiff
path: root/mail/gld/patches/patch-af
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-04-13 16:36:07 +0000
committersalo <salo@pkgsrc.org>2005-04-13 16:36:07 +0000
commit7919817fbce6e484fe09034a13b5a319fc5c22f7 (patch)
tree9971c49004708e97d545e0f96008b0e4a24565ea /mail/gld/patches/patch-af
parent7e70e93a046e48b1a89947a9c5516c2318e50b5d (diff)
downloadpkgsrc-7919817fbce6e484fe09034a13b5a319fc5c22f7.tar.gz
Split patch-ab to one patch per file.
Diffstat (limited to 'mail/gld/patches/patch-af')
-rw-r--r--mail/gld/patches/patch-af19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/gld/patches/patch-af b/mail/gld/patches/patch-af
new file mode 100644
index 00000000000..1d0c3fd7480
--- /dev/null
+++ b/mail/gld/patches/patch-af
@@ -0,0 +1,19 @@
+$NetBSD: patch-af,v 1.1 2005/04/13 16:36:07 salo Exp $
+
+--- sockets.h.orig 2005-04-13 12:13:23.000000000 -0400
++++ sockets.h 2005-04-13 12:06:34.000000000 -0400
+@@ -118,10 +118,10 @@
+
+ /* DNS functions */
+
+-int DnsIp(char *host,char *ip);
+-int DnsFQDN(char *host,char *fqdn);
+-int DnsName(char *ip,char *fqdn);
+-void GetPeerIp(int sock,char *ip,char *fqdn);
++int DnsIp(char *host,char *ip,size_t);
++int DnsFQDN(char *host,char *fqdn,size_t);
++int DnsName(char *ip,char *fqdn,size_t);
++void GetPeerIp(int sock,char *ip,size_t,char *fqdn,size_t);
+
+ /* Special Functions */
+