Doh, one small correction:

> +@verbatim
> +#include <sys/types.h>
> +#ifdef MAJOR_IN_MKDEV
> +# include <sys/mkdev.h>
> +#elif MAJOR_IN_SYSMACROS
> +# include <sys/sysmacros.h>
> +#endif
> +@end verbatim

That should be `#elif defined MAJOR_IN_SYSMACROS`.  This was
originally my mistake and I just realized it _was_ a mistake, sorry.

(also applies to a couple of places in your gnulib patches)

zw

Reply via email to