Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet typo in previous
details: https://anonhg.NetBSD.org/src/rev/48adcda92c63
branches: trunk
changeset: 494145:48adcda92c63
user: itojun <itojun%NetBSD.org@localhost>
date: Sun Jul 02 21:25:41 2000 +0000
description:
typo in previous
diffstat:
sys/netinet/ip6.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a963a00326e8 -r 48adcda92c63 sys/netinet/ip6.h
--- a/sys/netinet/ip6.h Sun Jul 02 21:11:26 2000 +0000
+++ b/sys/netinet/ip6.h Sun Jul 02 21:25:41 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip6.h,v 1.7 2000/07/02 21:05:41 itojun Exp $ */
+/* $NetBSD: ip6.h,v 1.8 2000/07/02 21:25:41 itojun Exp $ */
/* $KAME: ip6.h,v 1.9 2000/07/02 21:01:32 itojun Exp $ */
/*
@@ -228,7 +228,7 @@
if (((m)->m_flags & M_LOOP) && \
((m)->m_len < (off) + (hlen)) && \
(((m) = m_pullup((m), (off) + (hlen))) == NULL)) { \
- IP6_EXTHDR_STAT(ip6stat.ip6s_exthdrtoolong++; \
+ IP6_EXTHDR_STAT(ip6stat.ip6s_exthdrtoolong++); \
return ret; \
} else if ((m)->m_flags & M_EXT) { \
if ((m)->m_len < (off) + (hlen)) { \
Home |
Main Index |
Thread Index |
Old Index