>I've sent a message about problems getting 2.1.14 compiled with libc
>5.4.17 to this list earlier today - by now, I've found why it didn't work,
>and I've written a patch (or maybe just a workaround). Maybe it'll help
>some of you. (At least, it generated a fine 2.1.14 and 2.1.14-megapatched
>for me.)
>
>The stat.h file didn't include the struct stat definition as provided in
><asm/stat.h>.
I got my kernel compiled, when i moved the declaration of struct stat to the end
of stat.h just before __END_DECLS. That produced a few warning messages, though.
I think those warning messages have disappeared now, when i have installed
newest libc with an OLD stat.h, which i simply copied over an old one :-)
Marko