From: Jeff Trawick Date: Sun, 11 Feb 2001 03:27:21 +0000 (+0000) Subject: INIT_SIGLIST() is gone; stop using it X-Git-Tag: 2.0.10~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1f58a2bbd4c7c820c43d8b026c74a9980ccea6e;p=thirdparty%2Fapache%2Fhttpd.git INIT_SIGLIST() is gone; stop using it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88085 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/beos/beos.c b/server/mpm/beos/beos.c index 359532ae461..d0d8ed47053 100644 --- a/server/mpm/beos/beos.c +++ b/server/mpm/beos/beos.c @@ -835,7 +835,6 @@ static void beos_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *pte static void beos_hooks(apr_pool_t *p) { - INIT_SIGLIST() one_process = 0; ap_hook_pre_config(beos_pre_config, NULL, NULL, APR_HOOK_MIDDLE); diff --git a/server/mpm/dexter/dexter.c b/server/mpm/dexter/dexter.c index 4ce573491aa..3ac66849baa 100644 --- a/server/mpm/dexter/dexter.c +++ b/server/mpm/dexter/dexter.c @@ -1174,7 +1174,6 @@ static void dexter_pre_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp static void dexter_hooks(apr_pool_t *p) { - INIT_SIGLIST() one_process = 0; ap_hook_pre_config(dexter_pre_config, NULL, NULL, APR_HOOK_MIDDLE); diff --git a/server/mpm/experimental/perchild/perchild.c b/server/mpm/experimental/perchild/perchild.c index 8f3070dc417..fc32cfe5ee5 100644 --- a/server/mpm/experimental/perchild/perchild.c +++ b/server/mpm/experimental/perchild/perchild.c @@ -1528,7 +1528,6 @@ static int perchild_pre_connection(conn_rec *c) static void perchild_hooks(apr_pool_t *p) { - INIT_SIGLIST() one_process = 0; ap_hook_pre_config(perchild_pre_config, NULL, NULL, APR_HOOK_MIDDLE); diff --git a/server/mpm/mpmt_beos/mpmt_beos.c b/server/mpm/mpmt_beos/mpmt_beos.c index f23b28f1385..7469e24f061 100644 --- a/server/mpm/mpmt_beos/mpmt_beos.c +++ b/server/mpm/mpmt_beos/mpmt_beos.c @@ -846,7 +846,6 @@ static void mpmt_beos_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t static void mpmt_beos_hooks(apr_pool_t *p) { - INIT_SIGLIST() one_process = 0; ap_hook_pre_config(mpmt_beos_pre_config, NULL, NULL, APR_HOOK_MIDDLE); diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index 89702f831fc..a9420fff1b7 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -1194,7 +1194,6 @@ static void mpmt_pthread_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_poo static void mpmt_pthread_hooks(apr_pool_t *p) { - INIT_SIGLIST() one_process = 0; ap_hook_pre_config(mpmt_pthread_pre_config, NULL, NULL, APR_HOOK_MIDDLE); diff --git a/server/mpm/perchild/perchild.c b/server/mpm/perchild/perchild.c index 8f3070dc417..fc32cfe5ee5 100644 --- a/server/mpm/perchild/perchild.c +++ b/server/mpm/perchild/perchild.c @@ -1528,7 +1528,6 @@ static int perchild_pre_connection(conn_rec *c) static void perchild_hooks(apr_pool_t *p) { - INIT_SIGLIST() one_process = 0; ap_hook_pre_config(perchild_pre_config, NULL, NULL, APR_HOOK_MIDDLE); diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index a8b7c80404f..f83133e2553 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -1311,7 +1311,6 @@ static void prefork_pre_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptem static void prefork_hooks(apr_pool_t *p) { - INIT_SIGLIST(); #ifdef AUX3 (void) set42sig(); #endif