mirror of
https://github.com/apache/httpd.git
synced 2025-11-03 17:53:20 +03:00
* Fix changes in parameter names in function definitions done in r1303201
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1303435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -100,7 +100,7 @@ AP_DECLARE(int) ap_unregister_extra_mpm_process(pid_t pid, ap_generation_t *old_
|
|||||||
else {
|
else {
|
||||||
extras = cur->next;
|
extras = cur->next;
|
||||||
}
|
}
|
||||||
*gen = cur->gen;
|
*old_gen = cur->gen;
|
||||||
free(cur);
|
free(cur);
|
||||||
return 1; /* found */
|
return 1; /* found */
|
||||||
}
|
}
|
||||||
@@ -937,7 +937,7 @@ AP_DECLARE(apr_status_t) ap_fatal_signal_setup(server_rec *s,
|
|||||||
|
|
||||||
#endif /* NO_USE_SIGACTION */
|
#endif /* NO_USE_SIGACTION */
|
||||||
|
|
||||||
pconf = in_pconf;
|
pconf = pconf;
|
||||||
parent_pid = my_pid = getpid();
|
parent_pid = my_pid = getpid();
|
||||||
|
|
||||||
return APR_SUCCESS;
|
return APR_SUCCESS;
|
||||||
|
|||||||
Reference in New Issue
Block a user