]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfo
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 27 Jan 2001 21:28:28 +0000 (21:28 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 27 Jan 2001 21:28:28 +0000 (21:28 +0000)
commit2e458a4684910619cc0b8598e7fd89863a63a49f
tree2c09d6fe3e384cd659974eac87cbf8d7b8a67f21
parent7de7cc932989b2c5c7c5c4ac7d435e33f1e7537e
  Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfo
  calls to avoid ownership and permissions on Win32 when they are not
  required, and until they are implemented.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87873 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
CHANGES
modules/arch/win32/mod_isapi.c
modules/cache/mod_file_cache.c
modules/http/http_request.c
modules/mappers/mod_negotiation.c
os/win32/mod_isapi.c
server/config.c
server/log.c
server/mpm/beos/beos.c
server/mpm/dexter/dexter.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c
server/mpm/winnt/mpm_winnt.c
server/util.c