]> granicus.if.org Git - apache/commit
Add the ability to pass flags to both apr_file_open and apr_mktemp.
authorRyan Bloom <rbb@apache.org>
Tue, 8 Jan 2002 06:26:10 +0000 (06:26 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 8 Jan 2002 06:26:10 +0000 (06:26 +0000)
commita14a4f5b6612aa102a2733f034bccce26fe23e69
tree86ebc5926939e2e7805db20c475f3f53467d7521
parentc3434c5bc534919e5ee5e2e3d0104c713241565c
Add the ability to pass flags to both apr_file_open and apr_mktemp.
The reason for this, is that it is very possible to want a temp
file that isn't deleted when the file is closed. It also makes sense
to have the flags in the apr_file_t if possible.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92766 13f79535-47bb-0310-9956-ffa450edef68
modules/arch/win32/mod_isapi.c
modules/generators/mod_cgid.c
support/htdigest.c