Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2014-12-03 08:41:08 +00:00
7 changed files with 123 additions and 72 deletions

2
log.c
View File

@ -46,7 +46,7 @@ log_open(const char *path)
if (log_file == NULL)
return;
setlinebuf(log_file);
setvbuf(log_file, NULL, _IOLBF, 0);
event_set_log_callback(log_event_cb);
tzset();