Use the LCONVPATHEXIST() macro rather than it's exact expansion to be

consistent.
This commit is contained in:
jhb 2005-02-07 18:37:13 +00:00
parent f610b4c10e
commit 8445b79e5e

View File

@ -110,10 +110,7 @@ linux_execve(struct thread *td, struct linux_execve_args *args)
char *newpath;
struct image_args eargs;
error = linux_emul_convpath(td, args->path, UIO_USERSPACE,
&newpath, 0);
if (newpath == NULL)
return (error);
LCONVPATHEXIST(td, args->path, &newpath);
#ifdef DEBUG
if (ldebug(execve))