mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
19 lines
638 B
C++
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
|