Sync types with headers.
This commit is contained in:
parent
919b002617
commit
75eb8a4350
@ -70,11 +70,11 @@ Sockets bound to the Internet protocol family utilize
|
|||||||
the following addressing structure,
|
the following addressing structure,
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
struct sockaddr_in {
|
struct sockaddr_in {
|
||||||
u_char sin_len;
|
uint8_t sin_len;
|
||||||
u_char sin_family;
|
sa_family_t sin_family;
|
||||||
u_short sin_port;
|
in_port_t sin_port;
|
||||||
struct in_addr sin_addr;
|
struct in_addr sin_addr;
|
||||||
char sin_zero[8];
|
char sin_zero[8];
|
||||||
};
|
};
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user