DragonFly commits List (threaded) for 2005-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/sys errno.h
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]