X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fposix%2Fnetinet_in.m4;h=7b26e8c11e4bfa696ec84be187d220d7ccb29c60;hb=8d1d1243a8a42b0046ac670808913b3bb06c994b;hp=e226d0517b1fdb807ac98e60ffa32858f8d4232b;hpb=c9b3436bd51a4dcf7d6cc6817d4c7a8ad99538d4;p=m6w6%2Fext-psi diff --git a/m4/posix/netinet_in.m4 b/m4/posix/netinet_in.m4 index e226d05..7b26e8c 100644 --- a/m4/posix/netinet_in.m4 +++ b/m4/posix/netinet_in.m4 @@ -1,5 +1,4 @@ PSI_CHECK_NETINET_IN() { - PSI_CONFIG_POSIX(netinet/in, netinet/in.h) PSI_TYPE(in_port_t, uint) PSI_TYPE(in_addr_t, uint) @@ -62,5 +61,5 @@ PSI_CHECK_NETINET_IN() { PSI_MACRO(int IN6_IS_ADDR_MC_ORGLOCAL, [(const struct in6_addr *a)]) PSI_MACRO(int IN6_IS_ADDR_MC_GLOBAL, [(const struct in6_addr *a)]) - PSI_EXTVAR(struct in6_addr in6addr_loopback) + PSI_MACRO(struct in6_addr in6addr_loopback) }