You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2011/01/03 14:11:19 UTC

svn commit: r1054606 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Mon Jan  3 13:11:19 2011
New Revision: 1054606

URL: http://svn.apache.org/viewvc?rev=1054606&view=rev
Log:
* Update comment

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1054606&r1=1054605&r2=1054606&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Jan  3 13:11:19 2011
@@ -209,7 +209,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1001884
      2.2.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-304-fix.patch
      +1: minfrin, jim, covener
-     rpluem says: Trunks patch works, but fails to compile in 2.2.x.
+     rpluem says: The new patch works, but still compiles with a waring:
+                  mod_cache.c: In function `cache_save_filter':
+                  mod_cache.c:628: warning: implicit declaration of function `cache_remove_lock'
+                  This will cause mod_cache.so to be unusable.
+                  Instead of cache_remove_lock it must be ap_cache_remove_lock.
 
 PATCHES/ISSUES THAT ARE STALLED