Re: [patch-2.3.99pre6-5] Include File Patches
Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Sat, 22 Apr 2000 23:59:41 -0400
Bill Wendling <wendling@ganymede.isdn.uiuc.edu> said:
> Here are some minor patches to the include files. I tried to compile the
> kernel with -pedantic (and failed). I got several warnings about newlines
> in strings being invalid in ANSI C. There were some text after an #endif
> in the include/linux/raid files which should be comments. One of the
> strangest errors was this:
>
> __u8 short slot_tablelen;
>
> in include/linux/cdrom.h. __u8 is typedef'ed as unsigned char. I'm
> assuming this was meant to be unsigned short instead?
And that junk does compile?! Compiler bug, just reported. Thanks!
I'd assume __u16 is meant here, i.e.. 16 bits worth of unsigned, not plain
short.
--
Horst von Brand vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viņa del Mar, Chile +56 32 672616
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/