Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 03/24/2007 16:43:57
Module Name:	src
Committed By:	rmind
Date:		Sat Mar 24 16:43:56 UTC 2007

Modified Files:
	src/sys/compat/mach: mach_thread.c
	src/sys/kern: sys_lwp.c

Log Message:
Handle newlwp() error case. Currently, newlwp() cannot fail, but this
will likely change in the future.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/sys/compat/mach/mach_thread.c
cvs rdiff -r1.17 -r1.18 src/sys/kern/sys_lwp.c

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