aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-08-12 23:31:01 +0800
committerarved <arved@FreeBSD.org>2004-08-12 23:31:01 +0800
commitfcdae7527c32421fe11b09cc4882523d0f12970c (patch)
tree8c63bfe5403b856df582f60db1dfc64d4e5f7327 /net
parent2034a73a40565925fadea70e9f023770928ee2e3 (diff)
downloadfreebsd-ports-gnome-fcdae7527c32421fe11b09cc4882523d0f12970c.tar.gz
freebsd-ports-gnome-fcdae7527c32421fe11b09cc4882523d0f12970c.tar.zst
freebsd-ports-gnome-fcdae7527c32421fe11b09cc4882523d0f12970c.zip
Fix build with gcc3.4
Obtained from: author
Diffstat (limited to 'net')
-rw-r--r--net/libsocket++/files/patch-sig.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libsocket++/files/patch-sig.cpp b/net/libsocket++/files/patch-sig.cpp
new file mode 100644
index 000000000000..0c8e9ad92809
--- /dev/null
+++ b/net/libsocket++/files/patch-sig.cpp
@@ -0,0 +1,11 @@
+--- sig.cpp Thu Aug 12 14:49:29 2004
++++ socket++/sig.cpp Thu Aug 12 16:42:32 2004
+@@ -21,7 +21,7 @@
+ siginit siginit::init;
+ sig& sig::nal = *siginit::init.s;
+
+-typedef void (*sighnd_type) (...);
++typedef void (*sighnd_type) (int);
+
+ extern "C" {
+ static void sighandler (int signo) {