Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Sync struct sockaddr_in6 with sys/netinet6/in...



details:   https://anonhg.NetBSD.org/src/rev/6f5bf359026d
branches:  trunk
changeset: 582034:6f5bf359026d
user:      peter <peter%NetBSD.org@localhost>
date:      Tue Jun 14 12:14:15 2005 +0000

description:
Sync struct sockaddr_in6 with sys/netinet6/in6.h.

diffstat:

 share/man/man4/inet6.4 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 87d0ba231aee -r 6f5bf359026d share/man/man4/inet6.4
--- a/share/man/man4/inet6.4    Tue Jun 14 12:13:14 2005 +0000
+++ b/share/man/man4/inet6.4    Tue Jun 14 12:14:15 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: inet6.4,v 1.28 2003/09/07 16:22:27 wiz Exp $
+.\"    $NetBSD: inet6.4,v 1.29 2005/06/14 12:14:15 peter Exp $
 .\"    $KAME: inet6.4,v 1.18 2000/11/24 08:50:32 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -77,12 +77,12 @@
 family use the following addressing structure:
 .Bd -literal -offset indent
 struct sockaddr_in6 {
-       u_int8_t        sin6_len;
+       uint8_t         sin6_len;
        sa_family_t     sin6_family;
        in_port_t       sin6_port;
-       u_int32_t       sin6_flowinfo;
+       uint32_t        sin6_flowinfo;
        struct in6_addr sin6_addr;
-       u_int32_t       sin6_scope_id;
+       uint32_t        sin6_scope_id;
 };
 .Ed
 .Pp



Home | Main Index | Thread Index | Old Index