You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jf...@apache.org on 2005/01/05 17:16:09 UTC

svn commit: r124224 - /httpd/httpd/trunk/modules/cache/mod_disk_cache.c

Author: jfclere
Date: Wed Jan  5 08:16:07 2005
New Revision: 124224

URL: http://svn.apache.org/viewcvs?view=rev&rev=124224
Log:
util_charset.h has already the needed #if APR_CHARSET_EBCDIC.

Modified:
   httpd/httpd/trunk/modules/cache/mod_disk_cache.c

Modified: httpd/httpd/trunk/modules/cache/mod_disk_cache.c
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/cache/mod_disk_cache.c?view=diff&rev=124224&p1=httpd/httpd/trunk/modules/cache/mod_disk_cache.c&r1=124223&p2=httpd/httpd/trunk/modules/cache/mod_disk_cache.c&r2=124224
==============================================================================
--- httpd/httpd/trunk/modules/cache/mod_disk_cache.c	(original)
+++ httpd/httpd/trunk/modules/cache/mod_disk_cache.c	Wed Jan  5 08:16:07 2005
@@ -19,10 +19,7 @@
 #include "ap_provider.h"
 #include "util_filter.h"
 #include "util_script.h"
-
-#if APR_CHARSET_EBCDIC
 #include "util_charset.h"
-#endif
 
 #if APR_HAVE_UNISTD_H
 #include <unistd.h> /* needed for unlink/link */