]> 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)
commitdb9deecf9440c7c800210ead3e67614abc992ab4
treec13b88e9ff4b1ab5a15b3959f33409881e2cc89f
parent8b00d096a6218d883a4ab69e546bb89f3f8c6290
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