author | Rich Felker <dalias@aerifal.cx> | 2020年03月04日 12:33:35 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020年03月04日 12:33:35 -0500 |
commit | 2f2348c9588d61680123bbe438db38acf5dfea4c (patch) | |
tree | 7720ee64d08aed82f46d620c167b565961d84f4d /include/netinet | |
parent | 4e0796dfc72f289e97dce3332e6186c6b00b693d (diff) | |
download | musl-2f2348c9588d61680123bbe438db38acf5dfea4c.tar.gz |
-rw-r--r-- | include/netinet/in.h | 2 |
diff --git a/include/netinet/in.h b/include/netinet/in.h index 5b8b21e6..103d2e04 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -60,8 +60,6 @@ struct ipv6_mreq { extern const struct in6_addr in6addr_any, in6addr_loopback; -#undef INET_ADDRSTRLEN -#undef INET6_ADDRSTRLEN #define INET_ADDRSTRLEN 16 #define INET6_ADDRSTRLEN 46 |