]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove ap_chdir_file. This function is not thread-safe, and nobody
authorRyan Bloom <rbb@apache.org>
Sat, 20 Jan 2001 05:18:06 +0000 (05:18 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 20 Jan 2001 05:18:06 +0000 (05:18 +0000)
commitb610678807cc8fea570f565a045374de15aec379
treec13b88e9ff4b1ab5a15b3959f33409881e2cc89f
parentb30a67812fd44d75f28d737e937195658075dc45
Remove ap_chdir_file.  This function is not thread-safe, and nobody
is currently using it.  The proper way to do this, is to use the
apr_create_process API.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87754 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/httpd.h
modules/filters/mod_include.c
modules/filters/mod_include.h
server/util.c