Re: [PATCH iproute2 1/2] Avoid in6_addr redefinition

2016-01-03 Thread Stephen Hemminger
On Sun, 3 Jan 2016 21:10:28 +0100 Felix Janda wrote: > On 2015-11-19 22:32:50 GMT Stephen Hemminger > wrote: > > This header file comes from iptables. Please fix there, otherwise > > on next time someone does merge from there it will break. >

Re: [PATCH iproute2 1/2] Avoid in6_addr redefinition

2016-01-03 Thread Felix Janda
On 2015-11-19 22:32:50 GMT Stephen Hemminger wrote: > This header file comes from iptables. Please fix there, otherwise > on next time someone does merge from there it will break. It is already fixed in iptables:

[PATCH iproute2 1/2] Avoid in6_addr redefinition

2015-11-19 Thread Thomas Petazzoni
Due to both and being included, the in6_addr is being redefined: once from the C library headers and once from the kernel headers. This causes some build failures with for example the musl C library: In file included from ../include/linux/xfrm.h:4:0, from xfrm.h:29,

Re: [PATCH iproute2 1/2] Avoid in6_addr redefinition

2015-11-19 Thread Stephen Hemminger
On Thu, 19 Nov 2015 22:05:39 +0100 Thomas Petazzoni 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 > +++