diff --git a/include/netinet/in.h b/include/netinet/in.h index 1afd5d1206..813db3d446 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -222,7 +222,7 @@ struct sockaddr_in sa_family_t sin_family; /* Address family: AF_INET */ in_port_t sin_port; /* Port in network byte order */ struct in_addr sin_addr; /* Internet address */ - uint8_t __pad[8]; + uint8_t sin_zero[8]; }; /* Used with certain IPv4 socket options */