Skip to content

Commit

Permalink
back out the changes to #include sys/stat.h . This is unneccessary as…
Browse files Browse the repository at this point in the history
… long

as HAVE_SYS_STAT_H is defined correctly in apr_private.h


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63541 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Greg Ames committed Jul 1, 2002
1 parent 8d16486 commit 92e28e4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,6 @@ APR_FLAG_HEADERS(
sys/sendfile.h \
sys/signal.h \
sys/socket.h \
sys/stat.h \
sys/syslimits.h \
sys/time.h \
sys/types.h \
Expand Down
3 changes: 0 additions & 3 deletions file_io/unix/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
#if APR_HAVE_SYS_SYSLIMITS_H
#include <sys/syslimits.h>
#endif
#if APR_HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#if APR_HAVE_LIMITS_H
#include <limits.h>
#endif
Expand Down
3 changes: 0 additions & 3 deletions file_io/unix/fileacc.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@

#include "apr_strings.h"
#include "fileio.h"
#if APR_HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif

/* A file to put ALL of the accessor functions for apr_file_t types. */

Expand Down
3 changes: 0 additions & 3 deletions file_io/unix/filestat.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
#include "apr_general.h"
#include "apr_strings.h"
#include "apr_errno.h"
#if APR_HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif

static apr_filetype_e filetype_from_mode(mode_t mode)
{
Expand Down
3 changes: 0 additions & 3 deletions file_io/unix/pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@

#include "fileio.h"
#include "apr_strings.h"
#if APR_HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif

/* Figure out how to get pipe block/nonblock on BeOS...
* Basically, BONE7 changed things again so that ioctl didn't work,
Expand Down
1 change: 0 additions & 1 deletion include/apr.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
#define APR_HAVE_SYS_SENDFILE_H @sys_sendfileh@
#define APR_HAVE_SYS_SIGNAL_H @sys_signalh@
#define APR_HAVE_SYS_SOCKET_H @sys_socketh@
#define APR_HAVE_SYS_STAT_H @sys_stath@
#define APR_HAVE_SYS_SYSLIMITS_H @sys_syslimitsh@
#define APR_HAVE_SYS_TIME_H @sys_timeh@
#define APR_HAVE_SYS_TYPES_H @sys_typesh@
Expand Down

0 comments on commit 92e28e4

Please sign in to comment.