Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 08/08/2004 19:52:37
Module Name:	src
Committed By:	jdolecek
Date:		Sun Aug  8 19:52:37 UTC 2004

Modified Files:
	src/sys/compat/linux/common: linux_exec.c

Log Message:
fix two bugs in previous:
* flags passed from fork1() are FORK_*, not CLONE_*; thus, correct is to check
  for FORK_SHAREVM, not CLONE_VM
* fix a reference counting bug


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 src/sys/compat/linux/common/linux_exec.c

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