sync with header file change. s/u_int/unsigned int/
This commit is contained in:
parent
74ee4f350f
commit
28fea45199
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: ip6.4,v 1.5 2000/05/07 06:23:02 itojun Exp $
|
.\" $NetBSD: ip6.4,v 1.6 2000/06/08 21:20:37 itojun Exp $
|
||||||
.\" $KAME: ip6.4,v 1.11 2000/05/07 06:21:41 itojun Exp $
|
.\" $KAME: ip6.4,v 1.11 2000/05/07 06:21:41 itojun Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (C) 1999 WIDE Project.
|
.\" Copyright (C) 1999 WIDE Project.
|
||||||
|
@ -205,7 +205,7 @@ is the following structure:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
struct ipv6_mreq {
|
struct ipv6_mreq {
|
||||||
struct in6_addr ipv6mr_multiaddr;
|
struct in6_addr ipv6mr_multiaddr;
|
||||||
u_int ipv6mr_interface;
|
unsigned int ipv6mr_interface;
|
||||||
};
|
};
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in New Issue