cvs commit: src/sys/sys errno.h
Joerg Sonnenberger
joerg at britannica.bec.de
Sun Jul 3 07:34:45 PDT 2005
On Sun, Jul 03, 2005 at 06:08:02AM -0700, Simon Schubert wrote:
> corecode 2005/07/03 06:08:02 PDT
>
> DragonFly src repository
>
> Modified files:
> sys/sys errno.h
> Log:
> - Convert `inline' to `__inline__' to make gcc happy with -ansi.
> - Remove cdecl include, it's not needed.
FYI, the correct way is using __inline after including sys/cdefs.h.
That handles other compilers as well.
Joerg
More information about the Commits
mailing list