aboutsummaryrefslogtreecommitdiff
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslogd.c b/syslogd.c
index 9ab228f21..aa1218f3f 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -42,7 +42,7 @@
42#include <sys/param.h> 42#include <sys/param.h>
43#include <linux/unistd.h> 43#include <linux/unistd.h>
44 44
45#if __GNU_LIBRARY__ < 5 45#if ! defined __GLIBC__ && ! defined __UCLIBC__
46 46
47typedef unsigned int socklen_t; 47typedef unsigned int socklen_t;
48 48