diff options
Diffstat (limited to 'conform/data/netinet/in.h-data')
-rw-r--r-- | conform/data/netinet/in.h-data | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/netinet/in.h-data b/conform/data/netinet/in.h-data index 020a97eeae..be0236b490 100644 --- a/conform/data/netinet/in.h-data +++ b/conform/data/netinet/in.h-data @@ -51,7 +51,7 @@ macro IPPROTO_UDP macro INADDR_ANY macro INADDR_BROADCAST -constant INET_ADDRSTRLEN 16 +constant INET_ADDRSTRLEN == 16 function uint32_t htonl (uint32_t) function uint16_t htons (uint16_t) @@ -61,7 +61,7 @@ function uint16_t ntohs (uint16_t) allow-header inttypes.h allow-header sys/socket.h -constant INET6_ADDRSTRLEN 46 +constant INET6_ADDRSTRLEN == 46 macro IPV6_JOIN_GROUP macro IPV6_LEAVE_GROUP |