mirror of
https://github.com/apache/httpd.git
synced 2025-08-30 15:01:14 +03:00
Remove the final vestiges of stat.h from Apache 2.0. All calls are now to
ap_stat. This also adds the new function ap_lstat(). This function is analogous to lstat. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
1
modules/cache/mod_file_cache.c
vendored
1
modules/cache/mod_file_cache.c
vendored
@@ -111,7 +111,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user