Subject: CVS commit: src/sys/compat/netbsd32
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 02/19/2007 14:39:44
Module Name:	src
Committed By:	cube
Date:		Mon Feb 19 14:39:44 UTC 2007

Modified Files:
	src/sys/compat/netbsd32: netbsd32_signal.c

Log Message:
Make netbsd32_{get,set}ucontext and associated functions
{get,set}ucontext32 look like their native counterparts again after
newlock2 merge.  This avoids entering sigprocmask1 without the proc mutex
held...


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/compat/netbsd32/netbsd32_signal.c

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