From b6bb8c3d3a17625aa826094130b3d84530b6dae4 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Tue, 28 Apr 2009 21:27:54 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'. --- net/mcl/files/patch-fcast.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 net/mcl/files/patch-fcast.h (limited to 'net/mcl/files/patch-fcast.h') diff --git a/net/mcl/files/patch-fcast.h b/net/mcl/files/patch-fcast.h deleted file mode 100644 index bd50c0f41eb7..000000000000 --- a/net/mcl/files/patch-fcast.h +++ /dev/null @@ -1,20 +0,0 @@ ---- fcast/fcast.h.orig Tue Jul 22 19:37:39 2003 -+++ fcast/fcast.h Wed Oct 15 16:59:13 2003 -@@ -62,12 +62,16 @@ - #include "frecv.h" - - -+ - #if defined(LINUX) /* On Linux systems, signal handlers must be of __sighandler_t type */ - #define sighandler_t __sighandler_t - - #elif defined(SOLARIS) || defined(IRIX) || defined(WIN32) -- - #define sighandler_t void (*)(int) -+ -+#elif defined(FREEBSD) -+#define sighandler_t sig_t -+ - #endif - - -- cgit v1.2.3