]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Thu, 19 Oct 2000 23:57:20 +0000 (23:57 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 19 Oct 2000 23:57:20 +0000 (23:57 +0000)
#include <resolv.h> is not needed, and causes problems on AIX.

lib/lwres/getaddrinfo.c

index 16c2e9f1ef223de1e2c515bd0603b87ebfa75269..087f18cdf6ee7b1b13d9e32f1ad8b55cb48d4161 100644 (file)
@@ -19,7 +19,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: getaddrinfo.c,v 1.23.2.4 2000/08/03 20:23:01 gson Exp $ */
+/* $Id: getaddrinfo.c,v 1.23.2.5 2000/10/19 23:57:20 gson Exp $ */
 
 #include <config.h>
 
@@ -35,7 +35,6 @@
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
-#include <resolv.h>
 
 #include <lwres/lwres.h>
 #include <lwres/net.h>