From 28fea45199c39913876524b0023a0f389203b565 Mon Sep 17 00:00:00 2001 From: itojun Date: Thu, 8 Jun 2000 21:20:37 +0000 Subject: [PATCH] sync with header file change. s/u_int/unsigned int/ --- share/man/man4/ip6.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index 8ad6606def82..cd80049345a7 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -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