updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / jwhois / jwhois.patch
blobb1e3bfe1bd5ee70b8808877719f770c279122e98
1 --- src/dns.c~ 2007-06-26 12:58:38.000000000 +0600
2 +++ src/dns.c 2009-10-13 17:28:46.233709651 +0600
3 @@ -119,6 +119,7 @@
4 memset(&hints, 0, sizeof(hints));
5 hints.ai_family = PF_UNSPEC;
7 + hints.ai_flags = AI_ADDRCONFIG;
8 hints.ai_socktype = SOCK_STREAM;
9 if (port)
10 sprintf(ascport, "%9.9d", port);