Fix build error on windows

This commit is contained in:
Erik Ekman 2010-02-08 16:13:17 +00:00 committed by Erik Ekman
parent 7ae8d04955
commit 465cfe54a3

View File

@ -2449,7 +2449,9 @@ main(int argc, char **argv)
#ifdef FREEBSD
tzsetwall();
#endif
#ifndef WINDOWS32
openlog( __progname, LOG_NDELAY, LOG_DAEMON );
#endif
if (newroot != NULL)
do_chroot(newroot);