On 02/03/11 08:35, Bruce Korb wrote: > +#ifndef GNULIB_LIBPOSIX > #include "error.h" > +#endif /* GNULIB_LIBPOSIX */
Just as a minor thing, there's no need for that kind of #endif comment; it makes the code harder to read. The changes to openat-die look OK; I haven't checked gnulib-tool, though.
