Subject: CVS commit: src/sys/compat/freebsd
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 02/18/2007 09:45:39
Module Name:	src
Committed By:	dsl
Date:		Sun Feb 18 09:45:39 UTC 2007

Modified Files:
	src/sys/compat/freebsd: freebsd_sched.c

Log Message:
Factor out the replicated code that verifies that the caller is allowed
to acces the required process into a separate function (hi cut and paste).
Acquire the proclist_lock across p_find().


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/compat/freebsd/freebsd_sched.c

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