summaryrefslogtreecommitdiffstats
path: root/main/xl2tpd/xl2tpd-compile.patch
blob: d41bc595f1210029820f0a20dcfb41bb8a35add6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -u --recursive src.orig/xl2tpd-1.3.6/xl2tpd.c src/xl2tpd-1.3.6/xl2tpd.c
--- xl2tpd-1.3.6.orig/xl2tpd.c	2014-01-15 21:58:37.000000000 -0100
+++ xl2tpd-1.3.6/xl2tpd.c	2014-06-21 07:22:21.195278618 -0200
@@ -33,8 +33,6 @@
 #if (__GLIBC__ < 2)
 # if defined(FREEBSD) || defined(OPENBSD)
 #  include <sys/signal.h>
-# elif defined(LINUX)
-#  include <bsd/signal.h>
 # elif defined(SOLARIS)
 #  include <signal.h>
 # endif