Hello,

rsync.h is always including the syslog.h file, even though it is only used when the LOG_DAEMON macro is defined.

Could someone change it to be as follows:

#ifdef LOG_DAEMON
#include <syslog.h>
#endif

OpenVMS currently does not have a syslog facility, so it does not have a syslog.h.

Thank you,

-John
[EMAIL PROTECTED]
Personal Opinion Only


-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to