Implemented ap_os_create_privileged_process() for NetWare which simply maps to

apr_proc_create()


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bradley Nicholes
2002-05-31 17:17:40 +00:00
parent d23f9673bc
commit 973b229950

View File

@ -70,7 +70,7 @@ AP_DECLARE(apr_status_t) ap_os_create_privileged_process(
const char * const *env,
apr_procattr_t *attr, apr_pool_t *p)
{
return APR_ENOTIMPL;
return apr_proc_create(newproc, progname, args, env, attr, p);
}
int _NonAppCheckUnload( void )