Subject: CVS commit: src/sys/compat/netbsd32
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/03/2007 10:55:10
Module Name:	src
Committed By:	dsl
Date:		Sun Jun  3 10:55:10 UTC 2007

Modified Files:
	src/sys/compat/netbsd32: netbsd32.h netbsd32_compat_10.c netbsd32_ipc.c

Log Message:
Split netbsd32___semctl14() so that it is callable from
compat_10_netbsd32_sys_semsys() (where the one parameter is already in
kernel space).
Note that the code in compat_10_netbsd32_sys_semsys() has always been wrong,
since it called compat_14_sys___semctl() - which would read 64bit values!


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 src/sys/compat/netbsd32/netbsd32.h
cvs rdiff -r1.19 -r1.20 src/sys/compat/netbsd32/netbsd32_compat_10.c
cvs rdiff -r1.11 -r1.12 src/sys/compat/netbsd32/netbsd32_ipc.c

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