Subject: Re: Mismatched enums in include files
To: None <darcy@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: tech-kern
Date: 09/24/2003 15:05:03
> I haven't heard back so I went ahead and changed all the Pxxx to PFSxxx in
> src/sys/miscfs/procfs and to KFSxxx in src/sys/miscfs/kernfs. Is there any
> place else? I compiled a kernel with no trouble. I will go compile userland
> too. Should I commit?
please, tnx.
there should be no userland affected (except lsof?). in fact the
enum definition can be encapsulated into #ifdef _KERNEL.
itojun