From: Jeff Trawick Date: Thu, 14 Mar 2002 22:19:14 +0000 (+0000) Subject: deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUT X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60970ddeba694b4d52bad3974fe46c5b145dbae9;p=thirdparty%2Fapache%2Fhttpd.git 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/modules/ssl@93940 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_pphrase.c b/ssl_engine_pphrase.c index cfeee51b39c..0348dfa7589 100644 --- a/ssl_engine_pphrase.c +++ b/ssl_engine_pphrase.c @@ -569,7 +569,7 @@ static apr_status_t ssl_pipe_child_create(apr_pool_t *p, const char *progname) NULL, procattr, p); if (rc == APR_SUCCESS) { /* XXX: not sure if we aught to... - * apr_pool_note_subprocess(p, procnew, kill_after_timeout); + * apr_pool_note_subprocess(p, procnew, APR_KILL_AFTER_TIMEOUT); */ writetty = procnew->in; readtty = procnew->out;