Skip to content

Commit

Permalink
Merge pull request #86 from spmzt/tzsetwall-freebsd
Browse files Browse the repository at this point in the history
Build Issue on FreeBSD: tzsetwall() is deprecated, use tzset() instead.
  • Loading branch information
yarrick committed Apr 20, 2023
2 parents 6145eea + 9262863 commit 8b78300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iodined.c
Expand Up @@ -2754,7 +2754,7 @@ main(int argc, char **argv)
do_pidfile(pidfile);

#ifdef FREEBSD
tzsetwall();
tzset();
#endif
#ifndef WINDOWS32
openlog(__progname, LOG_NDELAY, LOG_DAEMON);
Expand Down

0 comments on commit 8b78300

Please sign in to comment.