aboutsummaryrefslogtreecommitdiff
path: root/net/mcl/files/patch-fcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mcl/files/patch-fcast.h')
-rw-r--r--net/mcl/files/patch-fcast.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/mcl/files/patch-fcast.h b/net/mcl/files/patch-fcast.h
new file mode 100644
index 000000000000..bd50c0f41eb7
--- /dev/null
+++ b/net/mcl/files/patch-fcast.h
@@ -0,0 +1,20 @@
+--- 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
+
+