Re: [PATCH] build: Use AC_HEADER_MAJOR to find device macros

2016-04-16 Thread Andrei Borzenkov
17.04.2016 00:34, Mike Gilbert пишет: > Depending on the OS/libc, device macros may be found in 3 places: > Mentioning OS and libc versions that have problem would be helpful. > sys/types.h > sys/mkdev.h > sys/sysmacros.h > > glibc currenctly defines the major/minor/makedev macros in sys/sysmac

[PATCH] build: Use AC_HEADER_MAJOR to find device macros

2016-04-16 Thread Mike Gilbert
Depending on the OS/libc, device macros may be found in 3 places: sys/types.h sys/mkdev.h sys/sysmacros.h glibc currenctly defines the major/minor/makedev macros in sys/sysmacros.h and includes this from sys/types.h. Based on mailing list discussion, this may be removed from sys/types.h in a futu