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

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

Log Message:
Change the first argument of m_copydata() to "const struct mbuf *" (which
doesn't require any implementation changes). This will allow us to get
rid off a lot of nasty type casts.


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 src/sys/kern/uipc_mbuf.c
cvs rdiff -r1.108 -r1.109 src/sys/sys/mbuf.h

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