Subject: CVS commit: [netbsd-2-0] src/sys/kern
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 08/11/2004 19:56:58
Module Name:	src
Committed By:	jmc
Date:		Wed Aug 11 19:56:58 UTC 2004

Modified Files:
	src/sys/kern [netbsd-2-0]: kern_fork.c

Log Message:
Pullup rev 1.118 (requested by jdolecek in ticket #741)

Linux enforces CLONE_VM if CLONE_SIGHAND in clone(2) is specified,
follow the suit - this is intended to be Linux-compatible call.


To generate a diff of this commit:
cvs rdiff -r1.114 -r1.114.2.1 src/sys/kern/kern_fork.c

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