Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 07/28/2000 00:37:40
Module Name:	basesrc
Committed By:	jdolecek
Date:		Thu Jul 27 21:37:40 UTC 2000

Modified Files:
	basesrc/regress/sys/kern/lockf: lockf.c

Log Message:
ptrace(PT_DETACH,...) behaves same way as PT_CONTINUE WRT addr & data;
specifically, if we pass NULL addr, we cause the child to jump
to address zero and SIGSEGV immediatelly; pass (caddr_t) 1 instead
while here, improve some error messages and slighly delint


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/regress/sys/kern/lockf/lockf.c

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