1
0
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:
Ryan Bloom
2000-06-12 15:29:09 +00:00
parent b6571e18f1
commit 16748b4e22
16 changed files with 63 additions and 72 deletions

View File

@@ -111,7 +111,6 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>