Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet6 Update two comments.
details: https://anonhg.NetBSD.org/src/rev/998573d49fd8
branches: trunk
changeset: 526899:998573d49fd8
user: kleink <kleink%NetBSD.org@localhost>
date: Mon May 13 13:52:31 2002 +0000
description:
Update two comments.
diffstat:
sys/netinet6/in6.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r c44ed4c2f7de -r 998573d49fd8 sys/netinet6/in6.h
--- a/sys/netinet6/in6.h Mon May 13 13:34:32 2002 +0000
+++ b/sys/netinet6/in6.h Mon May 13 13:52:31 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: in6.h,v 1.34 2002/05/12 23:04:15 kleink Exp $ */
+/* $NetBSD: in6.h,v 1.35 2002/05/13 13:52:31 kleink Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@@ -141,9 +141,9 @@
#define SIN6_LEN
#endif
struct sockaddr_in6 {
- u_int8_t sin6_len; /* length of this struct(sa_family_t)*/
+ u_int8_t sin6_len; /* length of this struct(socklen_t)*/
sa_family_t sin6_family; /* AF_INET6 (sa_family_t) */
- in_port_t sin6_port; /* Transport layer port # (in_port_t)*/
+ in_port_t sin6_port; /* Transport layer port */
u_int32_t sin6_flowinfo; /* IP6 flow information */
struct in6_addr sin6_addr; /* IP6 address */
u_int32_t sin6_scope_id; /* scope zone index */
Home |
Main Index |
Thread Index |
Old Index