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 with headers: u_int16_t -> in_port_t.



details:   https://anonhg.NetBSD.org/src/rev/80390a96062f
branches:  trunk
changeset: 526893:80390a96062f
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon May 13 08:23:58 2002 +0000

description:
Sync with headers: u_int16_t -> in_port_t.

diffstat:

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

diffs (36 lines):

diff -r 04e9a0c8f3bf -r 80390a96062f share/man/man4/inet.4
--- a/share/man/man4/inet.4     Mon May 13 07:13:58 2002 +0000
+++ b/share/man/man4/inet.4     Mon May 13 08:23:58 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: inet.4,v 1.11 2002/02/13 08:17:36 ross Exp $
+.\"    $NetBSD: inet.4,v 1.12 2002/05/13 08:23:58 kleink Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -72,7 +72,7 @@
 .Bd -literal -offset indent
 struct sockaddr_in {
        sa_family_t     sin_family;
-       u_int16_t       sin_port;
+       in_port_t       sin_port;
        struct in_addr  sin_addr;
        int8_t          sin_zero[8];
 };
diff -r 04e9a0c8f3bf -r 80390a96062f share/man/man4/inet6.4
--- a/share/man/man4/inet6.4    Mon May 13 07:13:58 2002 +0000
+++ b/share/man/man4/inet6.4    Mon May 13 08:23:58 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: inet6.4,v 1.22 2002/02/13 08:17:36 ross Exp $
+.\"    $NetBSD: inet6.4,v 1.23 2002/05/13 08:23:59 kleink Exp $
 .\"    $KAME: inet6.4,v 1.18 2000/11/24 08:50:32 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -79,7 +79,7 @@
 struct sockaddr_in6 {
        u_int8_t        sin6_len;
        sa_family_t     sin6_family;
-       u_int16_t       sin6_port;
+       in_port_t       sin6_port;
        u_int32_t       sin6_flowinfo;
        struct in6_addr sin6_addr;
        u_int32_t       sin6_scope_id;



Home | Main Index | Thread Index | Old Index