From e54dc7d2ef5f334953a85d048bc31df9ecc2f0ea Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Thu, 12 Aug 2004 15:31:01 +0000 Subject: Fix build with gcc3.4 Obtained from: author --- net/libsocket++/files/patch-sig.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/libsocket++/files/patch-sig.cpp (limited to 'net/libsocket++/files/patch-sig.cpp') 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) { -- cgit v1.2.3