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/01/2004 22:44:11
Module Name:	src
Committed By:	jdolecek
Date:		Sun Aug  1 22:44:11 UTC 2004

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

Log Message:
Linux returns ENOMEM (not EFAULT) if the address specified in mprotect()
is not part of process address space

this fixes Linux libgcc_s's stack executability setup


To generate a diff of this commit:
cvs rdiff -r1.125 -r1.126 src/sys/compat/linux/common/linux_misc.c

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