openbsd-ports/x11/explorer/patches/patch-src_ewidgets_cpp
naddy e816c80aa4 - Use qt module.
- C++ fixes for gcc3.
2002-10-08 15:53:36 +00:00

13 lines
469 B
Plaintext

$OpenBSD: patch-src_ewidgets_cpp,v 1.1 2002/10/08 15:53:36 naddy Exp $
--- src/ewidgets.cpp.orig Tue Oct 8 17:34:34 2002
+++ src/ewidgets.cpp Tue Oct 8 17:34:45 2002
@@ -1287,7 +1287,7 @@ void ExploreClass::signals_n_slots(vo
// SVr4 signals are unreliable and can slip trough...
//
- typedef void (*signal_handler)(...);
+ typedef void (*signal_handler)(int);
signal(SIGINT, (signal_handler)SigHandler);
signal(SIGQUIT, (signal_handler)SigHandler);