Hi, Sorry for having let this a bit behind, I've been a bit busy (and will still be for some time.), but thanks for the commits! Karel Zak, le Mon 26 Nov 2007 15:28:08 +0100, a écrit : > > --- a/sys-utils/rdev.c > > +++ b/sys-utils/rdev.c > > @@ -94,6 +94,9 @@ usage(void) { > > > > #define DEFAULT_OFFSET 508 > > > > +#ifndef PATH_MAX > > +#define PATH_MAX 4096 > > +#endif > > Not applied. I don't believe that any non-linux kernel > supports rdev stuff. What? Well, one could argue that rdev may still be useful to run under some non-Linux kernel in order to fix a Linux kernel :) About login-utils/agetty.c, the termio, TCGETA, TCSETA, TCSETAW macros are not supposed to be used any more, the part that define them may be dropped (that said, they don't hurt). Samuel - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html