Hi Andrew,
On 9/15/21 6:58 PM, Andrew Zaborowski wrote:
in6_addr.__in6_u.__u6_addr8 is glibc-specific and named differently
in
the headers shipped with musl libc for example. The POSIX compliant and
universal way of accessing it is in6_addr.s6_addr.
---
src/netconfig.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Regards,
-Denis