Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/netinet Pull up rev. 1.8:
details: https://anonhg.NetBSD.org/src/rev/c98b669e0e35
branches: netbsd-1-5
changeset: 488416:c98b669e0e35
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Jul 03 22:53:01 2000 +0000
description:
Pull up rev. 1.8:
typo in previous
diffstat:
sys/netinet/ip6.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f89cd5c23b04 -r c98b669e0e35 sys/netinet/ip6.h
--- a/sys/netinet/ip6.h Mon Jul 03 22:52:01 2000 +0000
+++ b/sys/netinet/ip6.h Mon Jul 03 22:53:01 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip6.h,v 1.6.4.1 2000/07/03 22:52:01 thorpej Exp $ */
+/* $NetBSD: ip6.h,v 1.6.4.2 2000/07/03 22:53:01 thorpej 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