ports/devel/libassa/files/patch-assa:GenServer.cpp
Ying-Chieh Liao e71faa9e5e add libassa 3.2.0
An C++ networking library and application framework
2003-12-25 08:28:12 +00:00

19 lines
638 B
C++

--- assa/GenServer.cpp.orig Wed Dec 24 16:14:51 2003
+++ assa/GenServer.cpp Wed Dec 24 17:24:09 2003
@@ -154,14 +154,14 @@
ignore_act.register_action( SIGPIPE );
ignore_act.register_action( SIGCHLD );
- ignore_act.register_action( SIGCLD );
+// ignore_act.register_action( SIGCLD );
ignore_act.register_action( SIGALRM );
/**
* Catch SIGPOLL - sigPOLL handler just does nothing except
* of catching signal.
*/
- m_sig_dispatcher.install ( SIGPOLL, &m_sig_poll );
+ m_sig_dispatcher.install ( SIGIO, &m_sig_poll );
/**
* SIGINT is generated by the terminal driver when an interrupt