From b3e3cf0ceb0daf7a27a56a867dcb599f42ba38bb Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Sun, 9 Mar 2008 14:44:45 +0000 Subject: [PATCH] Added timezone for CYGWIN SVN revision: 2075 --- src/elogd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/elogd.c b/src/elogd.c index c9830dfb..88194779 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -121,6 +121,10 @@ char pidfile[256]; /* Pidfile name #endif /* OS_UNIX */ +#ifdef __CYGWIN__ /* bug in cygwin, 'tmezone' not linked automatically */ +long _timezone; +#endif + /* SSL includes */ #ifdef HAVE_SSL #include