aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2018-01-01 16:25:18 -0600
committerRob Landley <rob@landley.net>2018-01-01 16:25:18 -0600
commit359888abf649ed3292210e3518aa669dac1480b9 (patch)
tree194c7ef19136c034f699d484908f472dadbef6b8 /lib/lib.c
parent3ba0a289a8c77bc5f103520d8227c0f6695702fb (diff)
downloadtoybox-359888abf649ed3292210e3518aa669dac1480b9.tar.gz
Cleanup logger.c, and move the facilitynames/prioritynames SYSLOG_NAMES
stuff syslog.h does into lib.c and portability.h
Diffstat (limited to 'lib/lib.c')
-rw-r--r--lib/lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib.c b/lib/lib.c
index c4c4a149..8a818575 100644
--- a/lib/lib.c
+++ b/lib/lib.c
@@ -3,6 +3,7 @@
* Copyright 2006 Rob Landley <rob@landley.net>
*/
+#define SYSLOG_NAMES
#include "toys.h"
void verror_msg(char *msg, int err, va_list va)