Re: [PATCH 1/2] ip: include libc headers first

2017-05-31 Thread Baruch Siach
Hi Stephen, On Tue, May 30, 2017 at 05:31:51PM -0700, Stephen Hemminger wrote: > On Mon, 22 May 2017 16:27:53 +0300 > Baruch Siach wrote: > > > Including libc headers first helps as a workaround to redefinition of struct > > ethhdr with a suitably patched musl libc that

Re: [PATCH 1/2] ip: include libc headers first

2017-05-30 Thread Stephen Hemminger
On Mon, 22 May 2017 16:27:53 +0300 Baruch Siach wrote: > Including libc headers first helps as a workaround to redefinition of struct > ethhdr with a suitably patched musl libc that suppresses the kernel > if_ether.h. > > Signed-off-by: Baruch Siach > ---

[PATCH 1/2] ip: include libc headers first

2017-05-22 Thread Baruch Siach
Including libc headers first helps as a workaround to redefinition of struct ethhdr with a suitably patched musl libc that suppresses the kernel if_ether.h. Signed-off-by: Baruch Siach --- ip/iplink_bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git