Hi, Linus et al,
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?
Also, the __skb_pull() function in include/linux/skbuff.h was returning a
char * when it should have been returning an unsigned char *.
Anyway, here are the patches for your purusal(sp?).
-- || Bill Wendling wendling@ganymede.isdn.uiuc.edu
- 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/
This archive was generated by hypermail 2b29 : Sun Apr 23 2000 - 21:00:21 EST