diff --git a/src/usr.sbin/ntpd/log.c b/src/usr.sbin/ntpd/log.c index 6f0fd868..f040acb8 100644 --- a/src/usr.sbin/ntpd/log.c +++ b/src/usr.sbin/ntpd/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.1 2004/05/31 13:46:16 henning Exp $ */ +/* $OpenBSD: log.c,v 1.2 2004/06/01 20:28:19 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -28,6 +28,7 @@ #include #include #include +#include #include #include "ntpd.h" @@ -45,6 +46,8 @@ log_init(int n_debug) if (!debug) openlog(__progname, LOG_PID | LOG_NDELAY, LOG_DAEMON); + + tzset(); } void