Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 09/08/2004 12:00:28
Module Name:	src
Committed By:	yamt
Date:		Wed Sep  8 12:00:28 UTC 2004

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

Log Message:
m_copyback, m_copyback_cow, m_copydata:
- caddr_t -> void *
- constify.
partly from openbsd.


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/sys/kern/uipc_mbuf.c
cvs rdiff -r1.97 -r1.98 src/sys/sys/mbuf.h

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