Subject: Re: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 08/09/2000 22:37:59
In article <200008092108.AAA04564@netbsd.hut.fi>,
Todd Vierling <tv@netbsd.org> wrote:
> 
> Module Name:	syssrc
> Committed By:	tv
> Date:		Wed Aug  9 21:08:13 UTC 2000
> 
> Modified Files:
> 	syssrc/sys/miscfs/procfs: procfs_vnops.c
> 
> Log Message:
> Some versions of Linux libc look for /proc/.../exe instead of /proc/../file.
> Add an entry for "exe" that is the same as "file", provided only if
> COMPAT_LINUX is set.

Wouldn't that be even better if it was visible only by processes where
p->p_emul == &emul_linux*?

christos