]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: update gnulib for intprops
authorEric Blake <eblake@redhat.com>
Fri, 24 Jun 2011 18:24:44 +0000 (12:24 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 24 Jun 2011 21:52:52 +0000 (15:52 -0600)
Done as a separate commit to make backporting the next patch easier.
We are already using "intprops.h", but this makes it explicit.

* .gnulib: Update, for syntax-check fix.
* bootstrap.conf (gnulib_modules): Make intprops use explicit.
* src/locking/domain_lock.c (includes): Drop unused header.
* src/nwfilter/nwfilter_learnipaddr.c (includes): Use "", not <>,
for gnulib.

.gnulib
bootstrap.conf
src/locking/domain_lock.c
src/nwfilter/nwfilter_learnipaddr.c

diff --git a/.gnulib b/.gnulib
index 478c2dcc839e5f4765e6417684ce414e2d4973a8..cbfd25f0edf5f4b853e8ed2e01a4782ec80faba2 160000 (submodule)
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit 478c2dcc839e5f4765e6417684ce414e2d4973a8
+Subproject commit cbfd25f0edf5f4b853e8ed2e01a4782ec80faba2
index 769e57cd860f7dcf50d0c7793fe77340499e94c5..7b2cd608b495a6a5c545913c6e3a867460956350 100644 (file)
@@ -46,6 +46,7 @@ gitlog-to-changelog
 gnumakefile
 ignore-value
 inet_pton
+intprops
 ioctl
 maintainer-makefile
 manywarnings
index feb3f983874a9f036f01d985c94fbf20f40b5f73..56b535f2c543cab10355a5dcd69b1cf2858ef768 100644 (file)
@@ -21,8 +21,6 @@
 
 #include <config.h>
 
-#include <intprops.h>
-
 #include "domain_lock.h"
 #include "memory.h"
 #include "uuid.h"
index ce845ac7a80fe965a49a9a41dafcb6ce5d72fe4a..cf818a21215ce700e2f22b7d5939ad5c5be22732 100644 (file)
 #include <netinet/ip.h>
 #include <netinet/udp.h>
 #include <net/if_arp.h>
-#include <intprops.h>
 
 #include "internal.h"
 
+#include "intprops.h"
 #include "buf.h"
 #include "memory.h"
 #include "logging.h"