Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 05/28/2001 00:17:17
Module Name:	syssrc
Committed By:	manu
Date:		Sun May 27 21:17:17 UTC 2001

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

Log Message:
Fixed the return value of ptrace for PEEKTEXT and PEEKDATA: return value must
be a pointer to data, which holds the result. Linux's glibc undo this odd
operation to bring the standard ptrace behavior to userland.


To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 syssrc/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.