Subject: Re: CVS commit: src/sys/sys
To: None <perry@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 12/28/2005 11:26:31
> Module Name:	src
> Committed By:	perry
> Date:		Tue Dec 27 17:21:34 UTC 2005
> 
> Modified Files:
> 	src/sys/sys: endian.h
> 
> Log Message:
> inline -> __inline for selected things (specifically, the header
> file is POSIX visible and the usage isn't #ifdef _KERNEL)
> 
> Discussed with core. I may need to go farther than this but for now
> compilations done with gcc -ansi (i.e. firefox) will be okay.

can you explain how posix is related here?

IMO, it shouldn't be limited to posix headers.
(although i haven't checked if there are any non-posix headers affected
by the change.)

YAMAMOTO Takashi