diff options
Diffstat (limited to 'net/socks5/files/patch-ar')
-rw-r--r-- | net/socks5/files/patch-ar | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/socks5/files/patch-ar b/net/socks5/files/patch-ar deleted file mode 100644 index 9558d27d358e..000000000000 --- a/net/socks5/files/patch-ar +++ /dev/null @@ -1,12 +0,0 @@ ---- include/system.h.orig Wed Aug 4 04:59:30 1999 -+++ include/system.h Mon Feb 21 14:43:42 2000 -@@ -24,6 +24,9 @@ - #ifdef HAVE_GETHOSTBYNAME2 - struct hostent * REAL(gethostbyname2) P((const char *, int)); - #endif -+int REAL(getaddrinfo) P((const char *, const char *, -+ const struct addrinfo *, -+ struct addrinfo **)); - struct hostent * REAL(gethostbyname) P((const char *)); - struct hostent * REAL(gethostbyaddr) P((const void *, int, int)); - struct servent * REAL(getservbyname) P((const char *, const char *)); |