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_in with sys/netinet/in.h.



details:   https://anonhg.NetBSD.org/src/rev/87d0ba231aee
branches:  trunk
changeset: 582033:87d0ba231aee
user:      peter <peter%NetBSD.org@localhost>
date:      Tue Jun 14 12:13:14 2005 +0000

description:
Sync struct sockaddr_in with sys/netinet/in.h.

diffstat:

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

diffs (17 lines):

diff -r ae6a146f5911 -r 87d0ba231aee share/man/man4/inet.4
--- a/share/man/man4/inet.4     Tue Jun 14 12:11:20 2005 +0000
+++ b/share/man/man4/inet.4     Tue Jun 14 12:13:14 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: inet.4,v 1.16 2003/08/07 10:31:02 agc Exp $
+.\"    $NetBSD: inet.4,v 1.17 2005/06/14 12:13:14 peter Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -67,6 +67,7 @@
 the following addressing structure,
 .Bd -literal -offset indent
 struct sockaddr_in {
+       uint8_t         sin_len;
        sa_family_t     sin_family;
        in_port_t       sin_port;
        struct in_addr  sin_addr;



Home | Main Index | Thread Index | Old Index