ports/net/libsocket++/files/patch-sig.cpp
Tilman Keskinoz e54dc7d2ef Fix build with gcc3.4
Obtained from:	author
2004-08-12 15:31:01 +00:00

12 lines
290 B
C++

--- 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) {