From: Ryan Bloom Date: Mon, 12 Feb 2001 18:22:18 +0000 (+0000) Subject: Remove some OS/2 code from the prefork MPM. Since OS/2 has it's own X-Git-Tag: 2.0.11~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=606a3b2e05d832e4dbffd3ca46d2330406b19627;p=apache Remove some OS/2 code from the prefork MPM. Since OS/2 has it's own MPM, this is needed here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88116 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index f83133e255..2694dc3300 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -557,14 +557,6 @@ static void child_main(int child_num_arg) apr_signal(SIGHUP, just_die); apr_signal(SIGTERM, just_die); -#ifdef OS2 -/* Stop Ctrl-C/Ctrl-Break signals going to child processes */ - { - unsigned long ulTimes; - DosSetSignalExceptionFocus(0, &ulTimes); - } -#endif - while (!ap_graceful_stop_signalled()) { /* Prepare to receive a SIGWINCH due to graceful restart so that