]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote for 358040.
authorMladen Turk <mturk@apache.org>
Wed, 11 Jan 2006 02:04:58 +0000 (02:04 +0000)
committerMladen Turk <mturk@apache.org>
Wed, 11 Jan 2006 02:04:58 +0000 (02:04 +0000)
It clearly fixes the 64-bit platform builds.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@367876 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 76d1232706fae4192b5bb588104f0554d4fc781d..42533724ce29486b7b456cdc1a53d58c2f17def0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -140,7 +140,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * Fix mis-shifted 32 bit scope, masked to 64 bits as a method.
         URL: http://svn.apache.org/viewcvs?rev=358040&view=rev
-      +1: wrowe
+      +1: wrowe, mturk
 
     * mod_proxy: Call ap_proxy_http_cleanup after ap_log_rerror
       because it resets backend->hostname to NULL.