summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2002-07-26 08:20:34 +0000
committerume <ume@FreeBSD.org>2002-07-26 08:20:34 +0000
commit6a35fde02ca4a664b337544b4cbe9d8a9bd238fb (patch)
tree34024d66fda64bf6f9fc5fd3589ab409d3c6cce1 /share
parent2fb881e4ee66b542f2756a0f3dbdc2d6e43e1133 (diff)
downloadFreeBSD-src-6a35fde02ca4a664b337544b4cbe9d8a9bd238fb.zip
FreeBSD-src-6a35fde02ca4a664b337544b4cbe9d8a9bd238fb.tar.gz
sync types with headers.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/inet6.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4
index 7c15b55..5315adf 100644
--- a/share/man/man4/inet6.4
+++ b/share/man/man4/inet6.4
@@ -77,12 +77,12 @@ Sockets bound to the
family utilize the following addressing structure:
.Bd -literal -offset indent
struct sockaddr_in6 {
- u_int8_t sin6_len;
- u_int8_t sin6_family;
- u_int16_t sin6_port;
- u_int32_t sin6_flowinfo;
+ uint8_t sin6_len;
+ sa_family_t sin6_family;
+ in_port_t sin6_port;
+ uint32_t sin6_flowinfo;
struct in6_addr sin6_addr;
- u_int32_t sin6_scope_id;
+ uint32_t sin6_scope_id;
};
.Ed
.Pp
OpenPOWER on IntegriCloud