On Thursday 06 Nov 2003 20:19, Daniel Jacobowitz wrote: > There is no bug in the kernel headers. Undefining __STRICT_ANSI__ is a > terribly bad thing to do. Fix this by adding a #define inline __inline__ > below the #define asm __asm__, I suppose.
Interestingly, plat_linux_cdda.c says: #undef __STRICT_ANSI__ #include <asm/types.h> /* ugly workaround for broken glibc shipped in SuSE 9.0 */ #define inline __inline__ #include <linux/cdrom.h> #undef inline -- Amit Shah http://amitshah.nav.to/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

