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 17:23:50
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Aug 18 14:23:50 UTC 2000

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

Log Message:
disable m_dup(), as it makes false assumption on cluster mbuf and unsafe
(does not do the right thing).


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

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