1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix build with gcc3.4

Obtained from:	author
This commit is contained in:
Tilman Keskinoz 2004-08-12 15:31:01 +00:00
parent d73ecee064
commit e54dc7d2ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116038

View File

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