24 February 2009: Wouter
- isc moved their dlv key download location.
+ - fixup warning on vista/mingw.
20 February 2009: Wouter
- Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
const char *format, va_list args)
{
char message[MAXSYSLOGMSGLEN];
- char tmbuf[32];
unsigned int* tid = (unsigned int*)ub_thread_key_get(logkey);
time_t now;
+#if defined(HAVE_STRFTIME) && defined(HAVE_LOCALTIME_R)
+ char tmbuf[32];
struct tm tm;
+#endif
(void)pri;
vsnprintf(message, sizeof(message), format, args);
#ifdef HAVE_SYSLOG_H