Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS.

This commit is contained in:
Wayne Davison
2004-04-09 18:10:03 +00:00
parent 3c3791e8be
commit 71f7051489

View File

@@ -246,8 +246,10 @@ enum msgcode {
# endif
#endif
#ifdef HAVE_SYS_MKDEV_H
#if MAJOR_IN_MKDEV
#include <sys/mkdev.h>
#elif MAJOR_IN_SYSMACROS
#include <sysmacros.h>
#endif
#ifdef HAVE_COMPAT_H