Subject: Re: CVS commit: [elad-kernelauth] src/sys/sys
To: None <elad@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 04/20/2006 08:55:00
> >>Module Name: src
> >>Committed By: elad
> >>Date: Wed Apr 19 18:19:53 UTC 2006
> >>
> >>Modified Files:
> >> src/sys/sys [elad-kernelauth]: Makefile
> >>
> >>Log Message:
> >>install kauth.h, from cube, thanks!
> >
> >
> > for what?
> > i don't think it has anything useful for userland.
>
> fsck_ext2fs/pass5.c needs it. Since this is the easiest solution now
> to make this build and get people to test it, that's what I did...
do you mean it's a temporal solution?
it's better to sprinkle #if defined(_KERNEL) in ext2fs_extern.h.
btw, can you update "Scope" in doc/BRANCHES ?
YAMAMOTO Takashi