]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
ulogd: Use /dev/null as dummy logfile when logging to syslog
authorFelix Janda <felix.janda@posteo.de>
Sat, 16 May 2015 15:43:23 +0000 (17:43 +0200)
committerEric Leblond <eric@regit.org>
Tue, 23 Jun 2015 12:39:01 +0000 (14:39 +0200)
commit8a6ddd1cb2b55c234f1a97f7e5d996f24f46b6f8
tree07c7c29aa03d10548dc604c4a88b36fe32cefefb
parent89263555143e3c0125320ca565b41805f27460c9
ulogd: Use /dev/null as dummy logfile when logging to syslog

Fixes compilation error with musl libc:

ulogd.c:86:13: error: storage size of 'syslog_dummy' isn't known
 static FILE syslog_dummy;

Signed-off-by: Felix Janda <felix.janda@posteo.de>
src/ulogd.c