6 Oct
2005
6 Oct
'05
2:46 p.m.
On Mon, 2005-10-03 at 20:14 +0200, Roberto Nibali wrote:
I tried the latest snapshot of syslog-ng, but it fails to compile the initial module. I get: misc.c: In function `get_local_timezone_ofs': misc.c:83: error: structure has no member named `tm_gmtoff'
Hmm, this is a BSD extension, and IIRC you are using a BSD system, aren't you?
I've added a simple configure check on tm_gmtoff and if it does not exist I fall back to the global "timezone" variable. It should be available in the yesterday's snapshot. -- Bazsi