On Wed, Sep 20, 2017 at 10:59:17PM +0800, JingPiao Chen wrote:
> * configure.ac (AC_CHECK_HEADERS): Add linux/netfilter/ipset/ip_set.h.
> * tests/nfnetlink_ipset.c: New file.
> * tests/gen_tests.in (nfnetlink_ipset): New entry.
> * tests/pure_executables.list: Add nfnetlink_ipset.
> * tests/.gitignore: Likewise.
> ---
>  configure.ac                |  1 +
>  tests/.gitignore            |  1 +
>  tests/gen_tests.in          |  1 +
>  tests/nfnetlink_ipset.c     | 83 
> +++++++++++++++++++++++++++++++++++++++++++++
>  tests/pure_executables.list |  1 +
>  5 files changed, 87 insertions(+)
>  create mode 100644 tests/nfnetlink_ipset.c
> 
> diff --git a/configure.ac b/configure.ac
> index 54b8421..cb9e204 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -394,6 +394,7 @@ AC_CHECK_HEADERS(m4_normalize([
>       linux/mmtimer.h
>       linux/msg.h
>       linux/neighbour.h
> +     linux/netfilter/ipset/ip_set.h
>       linux/netfilter/nfnetlink.h
>       linux/netfilter/nfnetlink_conntrack.h
>       linux/netfilter/nfnetlink_log.h
[...]
> +#ifdef HAVE_LINUX_NETFILTER_NFNETLINK_IPSET_IP_SET_H

This had to be HAVE_LINUX_NETFILTER_IPSET_IP_SET_H.

I've applied the whole series with this fix, thanks!


-- 
ldv

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to