[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] AC_HEADER_MAJOR: port to glibc 2.25
From: |
Zack Weinberg |
Subject: |
Re: [PATCH v2] AC_HEADER_MAJOR: port to glibc 2.25 |
Date: |
Wed, 14 Sep 2016 21:14:52 -0400 |
Doh, one small correction:
> address@hidden
> +#include <sys/types.h>
> +#ifdef MAJOR_IN_MKDEV
> +# include <sys/mkdev.h>
> +#elif MAJOR_IN_SYSMACROS
> +# include <sys/sysmacros.h>
> +#endif
> address@hidden 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