aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/logger.c')
-rw-r--r--sysklogd/logger.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysklogd/logger.c b/sysklogd/logger.c
index e2d074605..60eac6ae6 100644
--- a/sysklogd/logger.c
+++ b/sysklogd/logger.c
@@ -11,7 +11,10 @@
11 11
12#if !defined CONFIG_SYSLOGD 12#if !defined CONFIG_SYSLOGD
13 13
14/* SYSLOG_NAMES defined to pull prioritynames[] and facilitynames[]
15 * from syslog.h. Grrrr - glibc puts those in _rwdata_! :( */
14#define SYSLOG_NAMES 16#define SYSLOG_NAMES
17#define SYSLOG_NAMES_CONST /* uclibc is saner :) */
15#include <sys/syslog.h> 18#include <sys/syslog.h>
16 19
17#else 20#else