Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/netinet6 Fix build problem caused by ticket #1375.



details:   https://anonhg.NetBSD.org/src/rev/760579abdaff
branches:  netbsd-1-6
changeset: 530641:760579abdaff
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Sep 01 09:31:36 2003 +0000

description:
Fix build problem caused by ticket #1375.

diffstat:

 sys/netinet6/ip6_mroute.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 49a896bed8c5 -r 760579abdaff sys/netinet6/ip6_mroute.c
--- a/sys/netinet6/ip6_mroute.c Mon Sep 01 07:40:54 2003 +0000
+++ b/sys/netinet6/ip6_mroute.c Mon Sep 01 09:31:36 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip6_mroute.c,v 1.28.4.3 2003/09/01 07:40:02 tron Exp $ */
+/*     $NetBSD: ip6_mroute.c,v 1.28.4.4 2003/09/01 09:31:36 tron Exp $ */
 /*     $KAME: ip6_mroute.c,v 1.49 2001/07/25 09:21:18 jinmei Exp $     */
 
 /*
@@ -46,7 +46,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip6_mroute.c,v 1.28.4.3 2003/09/01 07:40:02 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip6_mroute.c,v 1.28.4.4 2003/09/01 09:31:36 tron Exp $");
 
 #include "opt_inet.h"
 
@@ -537,7 +537,7 @@
         * Clear rte->ifp of cache entries received on ifp.
         */
        for (i = 0; i < MF6CTBLSIZ; i++) {
-               if (n6expire[i] == 0)
+               if (nexpire6[i] == 0)
                        continue;
 
                for (mfc = mf6ctable[i]; mfc != NULL; mfc = mfc->mf6c_next) {



Home | Main Index | Thread Index | Old Index