diff options
author | salo <salo@pkgsrc.org> | 2005-04-13 16:36:07 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-04-13 16:36:07 +0000 |
commit | 7919817fbce6e484fe09034a13b5a319fc5c22f7 (patch) | |
tree | 9971c49004708e97d545e0f96008b0e4a24565ea /mail/gld/patches/patch-af | |
parent | 7e70e93a046e48b1a89947a9c5516c2318e50b5d (diff) | |
download | pkgsrc-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-af | 19 |
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 */ + |