Re: [PATCH v05 64/72] include/uapi/linux/ipx.h: fix conflicting defitions with glibc netipx/ipx.h

From: David Miller
Date: Mon Aug 22 2016 - 19:34:00 EST


From: Mikko Rapeli <mikko.rapeli@xxxxxx>
Date: Mon, 22 Aug 2016 20:33:21 +0200

> Fixes these compiler warnings via libc-compat.h when glibc netipx/ipx.h is
> included before linux/ipx.h:
>
> ./linux/ipx.h:9:8: error: redefinition of ʽstruct sockaddr_ipxʼ
> ./linux/ipx.h:26:8: error: redefinition of ʽstruct ipx_route_definitionʼ
> ./linux/ipx.h:32:8: error: redefinition of ʽstruct ipx_interface_definitionʼ
> ./linux/ipx.h:49:8: error: redefinition of ʽstruct ipx_config_dataʼ
> ./linux/ipx.h:58:8: error: redefinition of ʽstruct ipx_route_defʼ
>
> Signed-off-by: Mikko Rapeli <mikko.rapeli@xxxxxx>

Applied.