From: Wayne Davison Date: Fri, 9 Apr 2004 18:10:03 +0000 (+0000) Subject: Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/71f70514890a7751ea0712c329c5ac20fdfe5feb Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS. --- diff --git a/rsync.h b/rsync.h index 9791094a..38247732 100644 --- a/rsync.h +++ b/rsync.h @@ -246,8 +246,10 @@ enum msgcode { # endif #endif -#ifdef HAVE_SYS_MKDEV_H +#if MAJOR_IN_MKDEV #include +#elif MAJOR_IN_SYSMACROS +#include #endif #ifdef HAVE_COMPAT_H