Re: [PATCH v2] AC_HEADER_MAJOR: port to glibc 2.25
Zack Weinberg <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Message-ID | <CAKCAbMh2Oh55vA3Gc5nDLbERB4aQ_Hiagd0r9HzM5fYW34Ft5g@mail.gmail.com> |
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