summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>1999-05-12 21:11:43 +0000
committerHakan Olsson <ho@cvs.openbsd.org>1999-05-12 21:11:43 +0000
commit30b3b32616a83d4de4e9828506ac5f00a04019a8 (patch)
tree6e3324ae12858bac772962c49796ef1721d8e51a /sys/kern
parentc5f811de8dd1ee9290c880b3ba509a5b4dfd092f (diff)
Fix problem with data corruption for retransmitted TCP packets
in an IPSec ESP tunnel. OpenBSD PR 819.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/uipc_mbuf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index dcfd71964de..f83ccb3ef41 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uipc_mbuf.c,v 1.9 1999/02/26 04:49:07 art Exp $ */
+/* $OpenBSD: uipc_mbuf.c,v 1.10 1999/05/12 21:11:40 ho Exp $ */
/* $NetBSD: uipc_mbuf.c,v 1.15.4.1 1996/06/13 17:11:44 cgd Exp $ */
/*
@@ -364,8 +364,6 @@ nospace:
/*
* m_copym2() is like m_copym(), except it COPIES cluster mbufs, instead
* of merely bumping the reference count.
- *
- * The hope is to obsolete this function someday.
*/
struct mbuf *
m_copym2(m, off0, len, wait)