[BACK]Return to patch-xl2tpd_c CVS log [TXT][DIR] Up to [local] / ports / net / xl2tpd / patches

File: [local] / ports / net / xl2tpd / patches / Attic / patch-xl2tpd_c (download)

Revision 1.1, Mon May 25 09:11:22 2009 UTC (15 years, 1 month ago) by yason
Branch: MAIN

Initial revision

$OpenBSD$
--- xl2tpd.c.orig	Fri May 22 13:41:16 2009
+++ xl2tpd.c	Fri May 22 13:42:01 2009
@@ -31,6 +31,7 @@
 #if (__GLIBC__ < 2)
 # if defined(FREEBSD) || defined(OPENBSD)
 #  include <sys/signal.h>
+#  include <signal.h>
 # elif defined(LINUX)
 #  include <bsd/signal.h>
 # elif defined(SOLARIS)