Fix compile failures
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -11,7 +11,9 @@
|
||||
# include <syslog.h>
|
||||
#endif
|
||||
|
||||
#if ENABLE_FEATURE_SYSLOG
|
||||
smallint syslog_level = LOG_ERR;
|
||||
#endif
|
||||
smallint logmode = LOGMODE_STDIO;
|
||||
const char *msg_eol = "\n";
|
||||
|
||||
|
Reference in New Issue
Block a user