sync with header file change. s/u_int/unsigned int/

This commit is contained in:
itojun 2000-06-08 21:20:37 +00:00
parent 74ee4f350f
commit 28fea45199
1 changed files with 2 additions and 2 deletions

View File

@ -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 $
.\"
.\" Copyright (C) 1999 WIDE Project.
@ -205,7 +205,7 @@ is the following structure:
.Bd -literal -offset indent
struct ipv6_mreq {
struct in6_addr ipv6mr_multiaddr;
u_int ipv6mr_interface;
unsigned int ipv6mr_interface;
};
.Ed
.Pp