DragonFly BSD
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


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Sun, 3 Jul 2005 16:33:55 +0200
Mail-followup-to: commits@crater.dragonflybsd.org

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]