Fix compile failures

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2014-05-02 07:18:55 +02:00
parent 43b8a1cc38
commit fe33683c8b
2 changed files with 3 additions and 1 deletions

View File

@ -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";