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
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