Subject: CVS commit: src/sys/compat/darwin
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/05/2007 07:37:14
Module Name:	src
Committed By:	dsl
Date:		Thu Apr  5 07:37:14 UTC 2007

Modified Files:
	src/sys/compat/darwin: darwin_attr.c

Log Message:
Get emul_find() to update SCARG(uap, path) instead of assuming that the
updated path parameter is ever valid - especially when emul_find() fails.
Use the modified path for the access() calls.
Found when compiling with emul_find() hacked to always fail.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/compat/darwin/darwin_attr.c

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