Merge branch 'hishamhm-pull-866'

This commit is contained in:
Nathan Scott 2020-08-20 12:29:25 +10:00
commit 45ae6191c1
4 changed files with 4 additions and 8 deletions

View File

@ -31,8 +31,7 @@ in the source distribution for its full text.
#include <math.h>
#ifdef MAJOR_IN_MKDEV
#include <sys/mkdev.h>
#elif defined(MAJOR_IN_SYSMACROS) || \
(defined(HAVE_SYS_SYSMACROS_H) && HAVE_SYS_SYSMACROS_H)
#elif defined(MAJOR_IN_SYSMACROS)
#include <sys/sysmacros.h>
#endif

View File

@ -11,8 +11,7 @@ in the source distribution for its full text.
*/
#ifdef MAJOR_IN_MKDEV
#elif defined(MAJOR_IN_SYSMACROS) || \
(defined(HAVE_SYS_SYSMACROS_H) && HAVE_SYS_SYSMACROS_H)
#elif defined(MAJOR_IN_SYSMACROS)
#endif
#ifdef __ANDROID__

View File

@ -28,8 +28,7 @@ in the source distribution for its full text.
#include <fcntl.h>
#ifdef MAJOR_IN_MKDEV
#include <sys/mkdev.h>
#elif defined(MAJOR_IN_SYSMACROS) || \
(defined(HAVE_SYS_SYSMACROS_H) && HAVE_SYS_SYSMACROS_H)
#elif defined(MAJOR_IN_SYSMACROS)
#include <sys/sysmacros.h>
#endif

View File

@ -10,8 +10,7 @@ in the source distribution for its full text.
*/
#ifdef MAJOR_IN_MKDEV
#elif defined(MAJOR_IN_SYSMACROS) || \
(defined(HAVE_SYS_SYSMACROS_H) && HAVE_SYS_SYSMACROS_H)
#elif defined(MAJOR_IN_SYSMACROS)
#endif
#ifdef HAVE_DELAYACCT