summaryrefslogtreecommitdiff
path: root/net/libsocket++
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-12 15:31:01 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-12 15:31:01 +0000
commite54dc7d2ef5f334953a85d048bc31df9ecc2f0ea (patch)
tree36b45da40c2c8e166184b07b0eb0cf8f20b40832 /net/libsocket++
parentUpdate to 0.8.12: (diff)
Fix build with gcc3.4
Obtained from: author
Diffstat (limited to 'net/libsocket++')
-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) {