1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUT

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2002-03-14 22:19:14 +00:00
parent 2eb72f4c16
commit 2df1a02f72
7 changed files with 7 additions and 7 deletions

View File

@@ -462,7 +462,7 @@ static apr_status_t run_cgi_child(apr_file_t **script_out,
"couldn't create child process: %d: %s", rc, r->filename);
}
else {
apr_pool_note_subprocess(p, procnew, kill_after_timeout);
apr_pool_note_subprocess(p, procnew, APR_KILL_AFTER_TIMEOUT);
*script_in = procnew->out;
if (!*script_in)