Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 sync with header file change. s/u_int/unsign...



details:   https://anonhg.NetBSD.org/src/rev/94941aa4e436
branches:  trunk
changeset: 487506:94941aa4e436
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Jun 08 21:20:37 2000 +0000

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

diffstat:

 share/man/man4/ip6.4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 84cdfda24230 -r 94941aa4e436 share/man/man4/ip6.4
--- a/share/man/man4/ip6.4      Thu Jun 08 21:06:46 2000 +0000
+++ b/share/man/man4/ip6.4      Thu Jun 08 21:20:37 2000 +0000
@@ -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 @@
 .Bd -literal -offset indent
 struct ipv6_mreq {
     struct in6_addr ipv6mr_multiaddr;
-    u_int ipv6mr_interface;
+    unsigned int ipv6mr_interface;
 };
 .Ed
 .Pp



Home | Main Index | Thread Index | Old Index