Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/netinet6 Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/809fe0816210
branches:  netbsd-8
changeset: 445369:809fe0816210
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Oct 25 18:32:54 2018 +0000

description:
Pull up following revision(s) (requested by ozaki-r in ticket #1071):

        sys/netinet6/icmp6.c: revision 1.240

Remove a leftover debug printf

Pointed out by hannken@

diffstat:

 sys/netinet6/icmp6.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r d28392cbb826 -r 809fe0816210 sys/netinet6/icmp6.c
--- a/sys/netinet6/icmp6.c      Thu Oct 25 18:22:31 2018 +0000
+++ b/sys/netinet6/icmp6.c      Thu Oct 25 18:32:54 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: icmp6.c,v 1.211.6.7 2018/06/23 11:03:27 martin Exp $   */
+/*     $NetBSD: icmp6.c,v 1.211.6.8 2018/10/25 18:32:54 martin Exp $   */
 /*     $KAME: icmp6.c,v 1.217 2001/06/20 15:03:29 jinmei Exp $ */
 
 /*
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: icmp6.c,v 1.211.6.7 2018/06/23 11:03:27 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: icmp6.c,v 1.211.6.8 2018/10/25 18:32:54 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -2866,7 +2866,6 @@
 
        if ((rt->rt_flags & (RTF_GATEWAY | RTF_DYNAMIC | RTF_HOST)) ==
            (RTF_GATEWAY | RTF_DYNAMIC | RTF_HOST)) {
-               printf("%s: RTM_DELETE\n", __func__);
                rtrequest(RTM_DELETE, rt_getkey(rt),
                    rt->rt_gateway, rt_mask(rt), rt->rt_flags, &retrt);
                rt_unref(rt);



Home | Main Index | Thread Index | Old Index