mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-14 23:07:26 +00:00
tzsetwall() is deprecated, use tzset() instead.
/usr/ports/net/iodine/work/iodine-0.8.0/src/iodined.c:2757: warning: warning: tzsetwall() is deprecated, use tzset() instead.
This commit is contained in:

committed by
GitHub

parent
6145eeab73
commit
9262863cae
@@ -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);
|
||||
|
Reference in New Issue
Block a user