$NetBSD: patch-aa,v 1.3 2002/08/26 11:42:09 itojun Exp $ --- lib/bind9/getaddresses.c- Mon Aug 26 20:39:28 2002 +++ lib/bind9/getaddresses.c Mon Aug 26 20:39:34 2002 @@ -89,9 +89,6 @@ hints.ai_family = PF_INET6; else { hints.ai_family = PF_UNSPEC; -#ifdef AI_ADDRCONFIG - hints.ai_flags = AI_ADDRCONFIG; -#endif } hints.ai_socktype = SOCK_STREAM; result = getaddrinfo(hostname, NULL, &hints, &ai);