Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-09-14 14:01:09 +01:00
7 changed files with 60 additions and 15 deletions

2
log.c
View File

@@ -48,8 +48,6 @@ log_open(const char *path)
setvbuf(log_file, NULL, _IOLBF, 0);
event_set_log_callback(log_event_cb);
tzset();
}
/* Close logging. */