Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 05/06/2005 09:40:40
Module Name:	src
Committed By:	martin
Date:		Fri May  6 09:40:40 UTC 2005

Modified Files:
	src/sys/kern: uipc_mbuf2.c

Log Message:
In m_pulldown avoid a prepend to the next mbuf in the chain if the result
would still not have all data we want continous.
Fixes PR kern/30098.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/kern/uipc_mbuf2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.