e816c80aa4
- C++ fixes for gcc3.
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
$OpenBSD: patch-src_file_tool_cpp,v 1.1 2002/10/08 15:53:36 naddy Exp $
|
|
--- src/file_tool.cpp.orig Tue Oct 8 17:34:55 2002
|
|
+++ src/file_tool.cpp Tue Oct 8 17:35:07 2002
|
|
@@ -277,7 +277,7 @@ void FileNotify::endNotify()
|
|
/*---------------------------------------------------------------------------*/
|
|
RETSIGTYPE SigHandler(int sig)
|
|
{
|
|
- typedef void (*signal_handler)(...);
|
|
+ typedef void (*signal_handler)(int);
|
|
char buf[80];
|
|
|
|
signal(sig, SIG_IGN);
|