mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
sin6_len is not an address family. I believe this doesn't
break compatibility with POSIX.1-2001.
This commit is contained in:
parent
b0e28044ba
commit
a5b71fafb7
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ struct in6_addr {
|
|||
#endif
|
||||
|
||||
struct sockaddr_in6 {
|
||||
sa_family_t sin6_len; /* length of this struct */
|
||||
uint8_t sin6_len; /* length of this struct */
|
||||
sa_family_t sin6_family; /* AF_INET6 */
|
||||
in_port_t sin6_port; /* Transport layer port # */
|
||||
uint32_t sin6_flowinfo; /* IP6 flow information */
|
||||
|
|
|
|||
Loading…
Reference in a new issue