Subject: CVS commit: src/sys/compat/ibcs2
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/17/2007 16:32:51
Module Name:	src
Committed By:	dsl
Date:		Sun Jun 17 16:32:51 UTC 2007

Modified Files:
	src/sys/compat/ibcs2: ibcs2_ipc.c

Log Message:
Directly call the relevant system support routines instead of going via
the compat_10 and compat_14 functions - makes the code neater and, removes
many data copies and also removes the stackgap use.
Also (indirectly) fixes some code paths that fotgot to do copyin/out.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/compat/ibcs2/ibcs2_ipc.c

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