Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 sat_family: u_int8_t -> sa_family_t.
details: https://anonhg.NetBSD.org/src/rev/f8fddb9ea4e8
branches: trunk
changeset: 493889:f8fddb9ea4e8
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Jun 26 16:17:13 2000 +0000
description:
sat_family: u_int8_t -> sa_family_t.
diffstat:
share/man/man4/atalk.4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 54bfe3167dbb -r f8fddb9ea4e8 share/man/man4/atalk.4
--- a/share/man/man4/atalk.4 Mon Jun 26 16:16:42 2000 +0000
+++ b/share/man/man4/atalk.4 Mon Jun 26 16:17:13 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: atalk.4,v 1.8 1999/12/15 22:07:30 abs Exp $
+.\" $NetBSD: atalk.4,v 1.9 2000/06/26 16:17:13 kleink Exp $
.\"
.\" This file is derived from the atalk.4 man page in the Netatlk 1.4b2
.\" distribution. That distribution is covered by the following copyright:
@@ -74,7 +74,7 @@
.Bd -literal -offset indent
struct sockaddr_at {
u_int8_t sat_len;
- u_int8_t sat_family;
+ sa_family_t sat_family;
u_int8_t sat_port;
struct at_addr sat_addr;
union {
Home |
Main Index |
Thread Index |
Old Index