Subject: Re: fstat syscalls buggy in -current ?
To: Mihai Chelaru <kefren@netbsd.ro>
From: Bill Studenmund <wrstuden@netbsd.org>
List: current-users
Date: 05/14/2002 15:01:39
On Tue, 14 May 2002, Mihai Chelaru wrote:

> On Monday 13 May 2002 18:57, Jaromir Dolecek wrote:
> > What?
> >
> > You should NOT really use __fstat13 explicitly, just use
> > fstat() (you'd need to include appropriate header of course).
>
> in a lkm ?

__fstat13 is a system call. You don't make system calls within an lkm as
you're already in the kernel.

Take care,

Bill