On Thu, 2017-04-27 at 11:54 -0700, Alan Coopersmith wrote: > On 04/27/17 11:45 AM, Adam Jackson wrote: > > glibc would like to stop declaring major()/minor() macros in > > <sys/types.h> because that header gets included absolutely everywhere > > and unix device major/minor is perhaps usually not what's expected. Fair > > enough. If one includes <sys/sysmacros.h> as well then glibc knows we > > meant it and doesn't warn, so do that if it exists. > > While this works, autoconf also provides AC_HEADER_MAJOR to figure out > which header to use:
Neat! Did not know that. I just copied the existing pattern for <sys/mkdev.h> for Solaris, since there was a matching pattern in the meson build. - ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
