]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Update comment
authorRuediger Pluem <rpluem@apache.org>
Mon, 3 Jan 2011 13:11:19 +0000 (13:11 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 3 Jan 2011 13:11:19 +0000 (13:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1054606 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bc759413ad535d7af0dcc248daf6cff10267cdf4..28ae61fee2ed98a53b7b6b3b62fc950cd5d57868 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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