rsync.h always including syslog.h even when not used.

John E. Malmberg wb8tyw at qsl.net
Sun Oct 12 13:21:19 EST 2003


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
wb8tyw at qsl.net
Personal Opinion Only





More information about the rsync mailing list