]> granicus.if.org Git - apache/commitdiff
INIT_SIGLIST() is gone; stop using it
authorJeff Trawick <trawick@apache.org>
Sun, 11 Feb 2001 03:27:21 +0000 (03:27 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 11 Feb 2001 03:27:21 +0000 (03:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88085 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/beos/beos.c
server/mpm/dexter/dexter.c
server/mpm/experimental/perchild/perchild.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/perchild/perchild.c
server/mpm/prefork/prefork.c

index 359532ae46156b290b653f60ba15304c9f404019..d0d8ed47053022e062b574802edfcefcec4229af 100644 (file)
@@ -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); 
index 4ce573491aa0928a6cd9b9b18342b66bd5acf5a5..3ac66849baa9749fa6ecd32f5715f54afff547a6 100644 (file)
@@ -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); 
index 8f3070dc417ab72d9eaf4cbd0588d2176962396d..fc32cfe5ee5c1ce7ef8590723ba42011296102c9 100644 (file)
@@ -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); 
index f23b28f1385cfb66cb1c29372449a4aeb165ce77..7469e24f0612e0a5fe0180e90bfda0bed2c84b29 100644 (file)
@@ -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); 
index 89702f831fc8735eb86d84074a55e9378dcedd92..a9420fff1b7a19c6c205d8aa234483429d330999 100644 (file)
@@ -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);
index 8f3070dc417ab72d9eaf4cbd0588d2176962396d..fc32cfe5ee5c1ce7ef8590723ba42011296102c9 100644 (file)
@@ -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); 
index a8b7c80404f9e2c1135ac7ffacadf12b3097fdd5..f83133e2553d47f8f92e13ca4c7307f2ebe0d44a 100644 (file)
@@ -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