提交 89d994ad 编写于 作者: E Eric Blake

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.
上级 2abb4616
.gnulib @ cbfd25f0
Subproject commit 478c2dcc839e5f4765e6417684ce414e2d4973a8 Subproject commit cbfd25f0edf5f4b853e8ed2e01a4782ec80faba2
...@@ -46,6 +46,7 @@ gitlog-to-changelog ...@@ -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 @@ ...@@ -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 @@ ...@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册