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.

13 lines
390 B

  1. Index: xl2tpd-1.3.6/xl2tpd.c
  2. ===================================================================
  3. --- xl2tpd-1.3.6.orig/xl2tpd.c
  4. +++ xl2tpd-1.3.6/xl2tpd.c
  5. @@ -30,7 +30,7 @@
  6. #include <errno.h>
  7. #include <unistd.h>
  8. #include <time.h>
  9. -#if (__GLIBC__ < 2)
  10. +#if defined (__GLIBC__) && (__GLIBC__ < 2)
  11. # if defined(FREEBSD) || defined(OPENBSD)
  12. # include <sys/signal.h>
  13. # elif defined(LINUX)