Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/netinet6 Pull up revision 1.51 (requested by itojun):
details: https://anonhg.NetBSD.org/src/rev/7d6d54a6e39f
branches: netbsd-1-5
changeset: 490581:7d6d54a6e39f
user: he <he%NetBSD.org@localhost>
date: Sat Feb 03 18:35:14 2001 +0000
description:
Pull up revision 1.51 (requested by itojun):
Correct ND6DEBUG -> ND6_DEBUG.
diffstat:
sys/netinet6/icmp6.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 642c91cc77ed -r 7d6d54a6e39f sys/netinet6/icmp6.c
--- a/sys/netinet6/icmp6.c Sat Feb 03 18:32:32 2001 +0000
+++ b/sys/netinet6/icmp6.c Sat Feb 03 18:35:14 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: icmp6.c,v 1.33.2.6 2001/01/26 01:18:25 jhawk Exp $ */
+/* $NetBSD: icmp6.c,v 1.33.2.7 2001/02/03 18:35:14 he Exp $ */
/* $KAME: icmp6.c,v 1.146 2000/10/01 12:37:20 itojun Exp $ */
/*
@@ -328,7 +328,7 @@
code = icmp6->icmp6_code;
if ((sum = in6_cksum(m, IPPROTO_ICMPV6, off, icmp6len)) != 0) {
-#ifdef ND6DEBUG
+#ifdef ND6_DEBUG
log(LOG_ERR,
"ICMP6 checksum error(%d|%x) %s\n",
icmp6->icmp6_type, sum, ip6_sprintf(&ip6->ip6_src));
Home |
Main Index |
Thread Index |
Old Index