Re: [iproute2][PATCH] ip: Remove unneed header

2017-06-14 Thread Stephen Hemminger
On Mon, 12 Jun 2017 04:33:35 + Changhyeok Bae wrote: > Fix redefinition of struct ethhdr with a suitably patched musl libc > that suppresses the kernel if_ether.h. > > Signed-off-by: Changhyeok Bae > --- > ip/iplink_bridge.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/ip/iplin

[iproute2][PATCH] ip: Remove unneed header

2017-06-11 Thread Changhyeok Bae
Fix redefinition of struct ethhdr with a suitably patched musl libc that suppresses the kernel if_ether.h. Signed-off-by: Changhyeok Bae --- ip/iplink_bridge.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ip/iplink_bridge.c b/ip/iplink_bridge.c index cccdec1..f065b22 100644 --- a/ip/iplink