Re: [PATCH] Avoid in6_addr redefinition

2017-01-18 Thread David Miller
From: Zheng Ruoqin Date: Thu, 19 Jan 2017 10:25:16 +0800 > Due to both and being included, the > in6_addr is being redefined: once from the C library headers and once > from the kernel headers. This causes some build failures with for > example the musl C library. > > In order to fix this, u

[PATCH] Avoid in6_addr redefinition

2017-01-18 Thread Zheng Ruoqin
Due to both and being included, the in6_addr is being redefined: once from the C library headers and once from the kernel headers. This causes some build failures with for example the musl C library. In order to fix this, use just the C library header . Original patch taken from http://git.alp