]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Recast this vote in terms of all changes required to run mod_isapi on unix.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 25 Mar 2006 23:13:09 +0000 (23:13 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 25 Mar 2006 23:13:09 +0000 (23:13 +0000)
  Resetting votes, thank you to both pquerna and trawick for your votes (abeit
  on two different trees ;-) - letting the community review the complete patch.

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

STATUS

diff --git a/STATUS b/STATUS
index 8ccd5a3eecf47f90c115f8698c8d28d30a5e1ed7..51c02779b7b3e02594e6779316360aa0fa006348 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -142,10 +142,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs.cgi?rev=102870&view=rev
        +1: wrowe, colm
 
-    *) mod_isapi: Trivial compiler emit fix for const'ness - noticed on OS/X
-       but not noticed before on VC.
+    *) mod_isapi: Trivial compiler emit fixes for const'ness - noticed on OS/X
+       Correct lvalue assignments (lvalue casts not allowed) - noticed on Sol.
+       Resolve use of SetLastError with apr_set_os_error() and axe MAKEFILE
+       for a literal value.  Permits mod_isapi to load and run on Unix.
          http://svn.apache.org/viewcvs?rev=384731&view=rev
-       +1: wrowe, trawick
+         http://svn.apache.org/viewcvs?rev=386790&view=rev
+         http://svn.apache.org/viewcvs?rev=386821&view=rev
+       +1: wrowe
 
     *) mod_ldap: Brad's pool fixes to fix a race condition during
        first request as well as thread-safety issues between threads