You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2009/09/17 11:06:20 UTC

svn commit: r816102 - /httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h

Author: rjung
Date: Thu Sep 17 09:06:19 2009
New Revision: 816102

URL: http://svn.apache.org/viewvc?rev=816102&view=rev
Log:
Revert r816074.
Wait for result of apr discussion about APR_HAVE_SYS_STAT_H
first.

Modified:
    httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h

Modified: httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h?rev=816102&r1=816101&r2=816102&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h (original)
+++ httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h Thu Sep 17 09:06:19 2009
@@ -84,8 +84,6 @@
 
 #if APR_HAVE_SYS_STAT_H
 #include <sys/stat.h>
-#elif HAVE_SYS_STAT_H
-#include <sys/stat.h>
 #endif
 
 /* SSL Filter name */