Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/02/2005 15:19:28
Module Name:	src
Committed By:	tron
Date:		Thu Jun  2 15:19:28 UTC 2005

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

Log Message:
Change first argument of m_copydata() back to "struct mbuf *" because
m_copydata() might eventually modify the "mbuf" structure to support
lazy mbuf mapping as pointed out by YAMAMOTO Takashi on "tech-net".


To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 src/sys/kern/uipc_mbuf.c
cvs rdiff -r1.109 -r1.110 src/sys/sys/mbuf.h

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