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.

11 lines
266 B

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