netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH iproute2 1/2] Avoid in6_addr redefinition
@ 2016-01-03 20:10 Felix Janda
  2016-01-03 23:16 ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: Felix Janda @ 2016-01-03 20:10 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Thomas Petazzoni, netdev

On 2015-11-19 22:32:50 GMT Stephen Hemminger <stephen@networkplumber.org> 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:

https://git.netfilter.org/iptables/commit/include/libiptc/ipt_kernel_headers.h?id=0bb1859e2d6dd79a0a59c3ee65f6a78cba118b86

Please sync the header with iptables.

Felix

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH iproute2 0/2] Build fixes for the musl C library
@ 2015-11-19 21:05 Thomas Petazzoni
  2015-11-19 21:05 ` [PATCH iproute2 1/2] Avoid in6_addr redefinition Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2015-11-19 21:05 UTC (permalink / raw)
  To: netdev; +Cc: Thomas Petazzoni

Hello,

The following two patches fixing build issues that occur when trying
to build iproute2 with the musl C library (http://musl-libc.org).

Thanks,

Thomas

Thomas Petazzoni (2):
  Avoid in6_addr redefinition
  Add missing <sys/types.h> include

 include/iptables_common.h            | 2 ++
 include/libiptc/ipt_kernel_headers.h | 2 --
 include/linux/if_bridge.h            | 1 -
 include/linux/netfilter.h            | 2 --
 include/linux/xfrm.h                 | 1 -
 5 files changed, 2 insertions(+), 6 deletions(-)

-- 
2.6.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-03 23:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-03 20:10 [PATCH iproute2 1/2] Avoid in6_addr redefinition Felix Janda
2016-01-03 23:16 ` Stephen Hemminger
  -- strict thread matches above, loose matches on Subject: below --
2015-11-19 21:05 [PATCH iproute2 0/2] Build fixes for the musl C library Thomas Petazzoni
2015-11-19 21:05 ` [PATCH iproute2 1/2] Avoid in6_addr redefinition Thomas Petazzoni
2015-11-19 22:32   ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).