Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 08/18/2000 19:19:23
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Aug 18 16:19:23 UTC 2000

Modified Files:
	syssrc/sys/kern: uipc_mbuf.c
	syssrc/sys/sys: mbuf.h

Log Message:
repair m_dup().  specifically, now it is safe against non-MCLBYTES cluster
mbuf.  noone seem to be using this function at this moment.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 syssrc/sys/kern/uipc_mbuf.c
cvs rdiff -r1.52 -r1.53 syssrc/sys/sys/mbuf.h

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