inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421]
commit0abbe7cd700951082b314182a0958d65238297ef
authorFlorian Weimer <fweimer@redhat.com>
Fri, 9 Dec 2016 10:27:44 +0000 (9 11:27 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 9 Dec 2016 10:27:44 +0000 (9 11:27 +0100)
treeadcd0df49e7cb1024fbe39034a54798c36f116d7
parentc23de0aacbeaa7a091609b35764bed931475a16d
inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421]

Previously, under some feature test macros and compilers, the
macros were defined, but references undefined struct members
in their implementation.
ChangeLog
inet/Makefile
inet/netinet/in.h
inet/tst-checks-posix.c [new file with mode: 0644]
inet/tst-checks.c