diff options
Diffstat (limited to 'include/netinet/in.h')
-rw-r--r-- | include/netinet/in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netinet/in.h b/include/netinet/in.h index 018b39b70..6bfc5e780 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -216,6 +216,7 @@ extern const struct in6_addr in6addr_loopback; /* ::1 */ #include <bits/socket.h> +#if 1 /* defined __UCLIBC_HAS_IPV4__ */ /* Structure describing an Internet socket address. */ struct sockaddr_in { @@ -229,6 +230,7 @@ struct sockaddr_in sizeof (in_port_t) - sizeof (struct in_addr)]; }; +#endif /* Ditto, for IPv6. */ struct sockaddr_in6 |