Subject: Re: CVS commit: src/sys/sys
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 12/29/2005 09:46:43
YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> writes:
>> > Module Name:	src
>> > Committed By:	yamt
>> > Date:		Wed Dec 28 15:33:47 UTC 2005
>> >
>> > Modified Files:
>> > 	src/sys/sys: tree.h
>> >
>> > Log Message:
>> > put back inline to __inline, as it's a user-visible header.
>> 
>> Is it? I thought this was only intended for use inside the kernel...
>
> i believe it is.
> - it's documented as tree(3) rather than tree(9).
> - at least, our userland uses it.

My mistake then. You did correctly.

FYI, I am very close "giving up" on trying to figure out which include
files userland cares about and which it does not and simply getting
all instances of "inline" outside of #ifdef _KERNEL in .h files.

Perry