diff options
author | arved <arved@FreeBSD.org> | 2004-08-12 23:31:01 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-12 23:31:01 +0800 |
commit | fcdae7527c32421fe11b09cc4882523d0f12970c (patch) | |
tree | 8c63bfe5403b856df582f60db1dfc64d4e5f7327 /net | |
parent | 2034a73a40565925fadea70e9f023770928ee2e3 (diff) | |
download | freebsd-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.cpp | 11 |
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) { |