]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
apr_stat() in http_request.c only needs size, type, mtime, ctime & atime values from
authorBill Stoddard <stoddard@apache.org>
Wed, 31 Jan 2001 20:01:16 +0000 (20:01 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 31 Jan 2001 20:01:16 +0000 (20:01 +0000)
commit2ff91fd0b4c91d394ad654277fcf0a5f5c7df31e
tree882d42ab9c4937c459ae09b3f8931d16b21fbe9c
parent9c95b5ae985023049a177ca8ed2f04f0f53f7de1
apr_stat() in http_request.c only needs size, type, mtime, ctime & atime values from
the file. Modify apr_stat() under windows to accomodate apr_stat( APR_FINFO_MIN)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87931 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_request.c