[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20151119143250.44a24eb4@xeon-e3>
Date: Thu, 19 Nov 2015 14:32:50 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 1/2] Avoid in6_addr redefinition
On Thu, 19 Nov 2015 22:05:39 +0100
Thomas Petazzoni <thomas.petazzoni@...e-electrons.com> wrote:
> diff --git a/include/libiptc/ipt_kernel_headers.h b/include/libiptc/ipt_kernel_headers.h
> index 7e87828..9566be5 100644
> --- a/include/libiptc/ipt_kernel_headers.h
> +++ b/include/libiptc/ipt_kernel_headers.h
> @@ -15,12 +15,10 @@
> #else /* libc5 */
> #include <sys/socket.h>
> #include <linux/ip.h>
> -#include <linux/in.h>
> #include <linux/if.h>
> #include <linux/icmp.h>
> #include <linux/tcp.h>
> #include <linux/udp.h>
> #include <linux/types.h>
> -#include <linux/in6.h>
> #endif
> #endif
This header file comes from iptables. Please fix there, otherwise
on next time someone does merge from there it will break.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists