Re: uapi/if_ether.h: prevent redefinition of struct ethhdr

2018-01-04 Thread David Miller
From: Hauke Mehrtens Date: Wed, 3 Jan 2018 23:14:21 +0100 > Musl provides its own ethhdr struct definition. Add a guard to prevent > its definition of the appropriate musl header has already been included. > > glibc does not implement this header, but when glibc will implement this > they can j

uapi/if_ether.h: prevent redefinition of struct ethhdr

2018-01-03 Thread Hauke Mehrtens
Musl provides its own ethhdr struct definition. Add a guard to prevent its definition of the appropriate musl header has already been included. glibc does not implement this header, but when glibc will implement this they can just define __UAPI_DEF_ETHHDR 0 to make it work with the kernel. Signed

[PATCH v2 3/3] uapi/if_ether.h: prevent redefinition of struct ethhdr

2017-04-18 Thread Hauke Mehrtens
From: David Heidelberger Musl provides its own ethhdr struct definition. Add a guard to prevent its definition of the appropriate musl header has already been included. Acked-by: Mikko Rapeli Signed-off-by: John Spencer Tested-by: David Heidelberger Signed-off-by: Jonas Gorski Signed-off-by:

[PATCH resend 4/4] uapi/if_ether.h: prevent redefinition of struct ethhdr

2017-04-12 Thread Hauke Mehrtens
From: David Heidelberger Musl provides its own ethhdr struct definition. Add a guard to prevent its definition of the appropriate musl header has already been included. Acked-by: Mikko Rapeli Signed-off-by: John Spencer Tested-by: David Heidelberger Signed-off-by: Jonas Gorski Signed-off-by:

Re: [PATCH 4/4] uapi/if_ether.h: prevent redefinition of struct ethhdr

2017-03-13 Thread Mikko Rapeli
On Sun, Mar 12, 2017 at 11:00:39PM +0100, Hauke Mehrtens wrote: > From: David Heidelberger > > Musl provides its own ethhdr struct definition. Add a guard to prevent > its definition of the appropriate musl header has already been included. > > Signed-off-by: John Spencer > Tested-by: David Hei

[PATCH 4/4] uapi/if_ether.h: prevent redefinition of struct ethhdr

2017-03-12 Thread Hauke Mehrtens
From: David Heidelberger Musl provides its own ethhdr struct definition. Add a guard to prevent its definition of the appropriate musl header has already been included. Signed-off-by: John Spencer Tested-by: David Heidelberger Signed-off-by: Jonas Gorski --- include/uapi/linux/if_ether.h