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
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