openbsd-ports/www/ruby-passenger/patches/patch-ext_common_AgentBase_cpp
jeremy f1b7fef9c5 Update ruby-passenger to 3.0.0. Switch the directory name from
phusion_passenger to phusion-passenger, since that's the name used
by upstream. Also tested by Pierre-Yves Ritschard.

OK landry@
2010-11-08 23:47:37 +00:00

13 lines
446 B
Plaintext

$OpenBSD: patch-ext_common_AgentBase_cpp,v 1.1 2010/11/08 23:47:37 jeremy Exp $
--- ext/common/AgentBase.cpp.orig Wed Oct 27 15:44:19 2010
+++ ext/common/AgentBase.cpp Wed Oct 27 15:44:34 2010
@@ -132,8 +132,6 @@ appendSignalReason(char *buf, siginfo_t *info) {
#endif
SI_CODE_HANDLER(SI_QUEUE);
SI_CODE_HANDLER(SI_TIMER);
- SI_CODE_HANDLER(SI_ASYNCIO);
- SI_CODE_HANDLER(SI_MESGQ);
#ifdef SI_SIGIO
SI_CODE_HANDLER(SI_SIGIO);
#endif