]> xenbits.xensource.com Git - libvirt.git/commitdiff
adapt to API change in gnulib
authorJim Meyering <meyering@redhat.com>
Tue, 28 Oct 2008 17:46:00 +0000 (17:46 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 28 Oct 2008 17:46:00 +0000 (17:46 +0000)
* qemud/qemud.c: Include <netdb.h>, not "getaddrinfo.h"
* src/remote_internal.c: Likewise.

ChangeLog
qemud/qemud.c
src/remote_internal.c

index 3f3509f91f88801dc0a8e7319ee9c62943f0f99f..ce8ccd709f366b8c515a1e01d599857c4de0c1f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Oct 28 10:22:44 +0100 2008 Jim Meyering <meyering@redhat.com>
+
+       adapt to API change in gnulib
+       * qemud/qemud.c: Include <netdb.h>, not "getaddrinfo.h"
+       * src/remote_internal.c: Likewise.
+
 Tue Oct 28 10:22:22 +0100 2008 Jim Meyering <meyering@redhat.com>
 
        * src/network_conf.c: Include <string.h> for declaration of memcmp.
index b98e55ae5ff603c1a69366354758ec7d5904d128..b804c3b092186e812481093902ad8cb1556330a2 100644 (file)
 #include <fnmatch.h>
 #include <grp.h>
 #include <signal.h>
+#include <netdb.h>
 
 #include "internal.h"
 
 #include "qemud.h"
-#include "getaddrinfo.h"
 #include "util.h"
 #include "remote_internal.h"
 #include "conf.h"
index 24f938a80425c35a75de6118542acb0ffae247dc..787cfaa65a2ea6774d503557d09f6879c250d623 100644 (file)
@@ -58,7 +58,7 @@
 #endif
 #include <libxml/uri.h>
 
-#include "getaddrinfo.h"
+#include <netdb.h>
 
 /* AI_ADDRCONFIG is missing on some systems. */
 #ifndef AI_ADDRCONFIG