mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
- link/unlink are not called directly, so we do not need this extra header.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
4
modules/cache/mod_disk_cache.c
vendored
4
modules/cache/mod_disk_cache.c
vendored
@ -22,10 +22,6 @@
|
||||
#include "util_script.h"
|
||||
#include "util_charset.h"
|
||||
|
||||
#if APR_HAVE_UNISTD_H
|
||||
#include <unistd.h> /* needed for unlink/link */
|
||||
#endif
|
||||
|
||||
/* Our on-disk header format is:
|
||||
*
|
||||
* disk_cache_info_t
|
||||
|
Reference in New Issue
Block a user