Subject: PR/30098 CVS commit: [netbsd-3] src/sys/kern
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Soren Jacobsen <snj@netbsd.org>
List: netbsd-bugs
Date: 05/07/2005 00:10:02
The following reply was made to PR kern/30098; it has been noted by GNATS.

From: Soren Jacobsen <snj@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30098 CVS commit: [netbsd-3] src/sys/kern
Date: Sat,  7 May 2005 00:09:16 +0000 (UTC)

 Module Name:	src
 Committed By:	snj
 Date:		Sat May  7 00:09:16 UTC 2005
 
 Modified Files:
 	src/sys/kern [netbsd-3]: uipc_mbuf2.c
 
 Log Message:
 Pull up revision 1.19 (requested by martin in ticket #254):
 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.18.2.1 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.