Subject: Re: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 01/09/2001 21:46:59
In article <200101092045.WAA21869@netbsd.hut.fi>,
Lennart Augustsson <augustss@netbsd.org> wrote:
>
>Module Name:	basesrc
>Committed By:	augustss
>Date:		Tue Jan  9 20:45:10 UTC 2001
>
>Modified Files:
>	basesrc/lib/libc/sys: stat.2
>
>Log Message:
>Document a weird circumstance under which stat() return EBADF.

I think that it is counter-intuitive to return EBADF when the
system calls (stat/lstat) do not take a file descriptor as
an argument. Maybe EFTYPE is better?

christos