mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
build: update gnulib for intprops
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.
This commit is contained in:
parent
2abb4616a0
commit
89d994ad6b
2
.gnulib
2
.gnulib
@ -1 +1 @@
|
|||||||
Subproject commit 478c2dcc839e5f4765e6417684ce414e2d4973a8
|
Subproject commit cbfd25f0edf5f4b853e8ed2e01a4782ec80faba2
|
@ -46,6 +46,7 @@ gitlog-to-changelog
|
|||||||
gnumakefile
|
gnumakefile
|
||||||
ignore-value
|
ignore-value
|
||||||
inet_pton
|
inet_pton
|
||||||
|
intprops
|
||||||
ioctl
|
ioctl
|
||||||
maintainer-makefile
|
maintainer-makefile
|
||||||
manywarnings
|
manywarnings
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <intprops.h>
|
|
||||||
|
|
||||||
#include "domain_lock.h"
|
#include "domain_lock.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "uuid.h"
|
#include "uuid.h"
|
||||||
|
@ -37,10 +37,10 @@
|
|||||||
#include <netinet/ip.h>
|
#include <netinet/ip.h>
|
||||||
#include <netinet/udp.h>
|
#include <netinet/udp.h>
|
||||||
#include <net/if_arp.h>
|
#include <net/if_arp.h>
|
||||||
#include <intprops.h>
|
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
|
#include "intprops.h"
|
||||||
#include "buf.h"
|
#include "buf.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user