Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 03/09/2004 06:37:59
Module Name: src
Committed By: yamt
Date: Tue Mar 9 06:37:59 UTC 2004
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
m_cat: assert mbuf types only when coalescing them by copying.
mbuf n often have 0-sized "headers" and their types don't matter much.
PR/24713 from Darrin B. Jewell.
To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/kern/uipc_mbuf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.