Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 siso_family: u_char -> sa_family_t.



details:   https://anonhg.NetBSD.org/src/rev/a282ea35157e
branches:  trunk
changeset: 493892:a282ea35157e
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon Jun 26 16:21:22 2000 +0000

description:
siso_family: u_char -> sa_family_t.

diffstat:

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

diffs (30 lines):

diff -r ffcb61c5230e -r a282ea35157e share/man/man4/iso.4
--- a/share/man/man4/iso.4      Mon Jun 26 16:20:01 2000 +0000
+++ b/share/man/man4/iso.4      Mon Jun 26 16:21:22 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: iso.4,v 1.3 1994/11/30 16:22:20 jtc Exp $
+.\"    $NetBSD: iso.4,v 1.4 2000/06/26 16:21:22 kleink Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -89,13 +89,13 @@
 };
 
 struct sockaddr_iso {
-     u_char    siso_len;      /* size of this sockaddr */
-     u_char    siso_family;   /* addressing domain, AF_ISO */
-     u_char    siso_plen;     /* presentation selector length */
-     u_char    siso_slen;     /* session selector length */
-     u_char    siso_tlen;     /* transport selector length */
-     struct    iso_addr siso_addr; /* network address */
-     u_char    siso_pad[6];    /* space for gosip v2 SELs */
+     u_char          siso_len;      /* size of this sockaddr */
+     sa_family_t     siso_family;   /* addressing domain, AF_ISO */
+     u_char          siso_plen;     /* presentation selector length */
+     u_char          siso_slen;     /* session selector length */
+     u_char          siso_tlen;     /* transport selector length */
+     struct iso_addr siso_addr; /* network address */
+     u_char          siso_pad[6];    /* space for gosip v2 SELs */
 };
 #define siso_nlen siso_addr.isoa_len
 #define siso_data siso_addr.isoa_genaddr



Home | Main Index | Thread Index | Old Index