You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Index: xl2tpd-1.3.6/xl2tpd.c
|
|
===================================================================
|
|
--- xl2tpd-1.3.6.orig/xl2tpd.c
|
|
+++ xl2tpd-1.3.6/xl2tpd.c
|
|
@@ -30,7 +30,7 @@
|
|
#include <errno.h>
|
|
#include <unistd.h>
|
|
#include <time.h>
|
|
-#if (__GLIBC__ < 2)
|
|
+#if defined (__GLIBC__) && (__GLIBC__ < 2)
|
|
# if defined(FREEBSD) || defined(OPENBSD)
|
|
# include <sys/signal.h>
|
|
# elif defined(LINUX)
|