summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--syslogd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/syslogd.c b/syslogd.c
index 721d372e..07320405 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -9417,11 +9417,7 @@ static void mainloop(void)
int main(int argc, char **argv)
{ register int i;
register char *p;
-#if !defined(__GLIBC__)
int num_fds;
-#else /* __GLIBC__ */
- int num_fds;
-#endif /* __GLIBC__ */
#ifdef MTRACE
mtrace(); /* this is a debug aid for leak detection - either remove