Well the wrappers work out well... nice to be able to put off committing

these API changes until the evening ;)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2002-06-09 03:44:03 +00:00
parent 58e423db15
commit 178e10e3da
5 changed files with 5 additions and 5 deletions

View File

@ -226,7 +226,7 @@ static void cache_the_file(cmd_parms *cmd, const char *filename, int mmap)
"mod_file_cache: unable to open(%s, O_RDONLY), skipping", fspec);
return;
}
apr_file_set_inherit(fd);
apr_file_inherit_set(fd);
/* WooHoo, we have a file to put in the cache */
new_file = apr_pcalloc(cmd->pool, sizeof(a_file));