]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r384731, r386790, r386821 from trunk.
authorColm MacCarthaigh <colm@apache.org>
Wed, 19 Apr 2006 09:42:15 +0000 (09:42 +0000)
committerColm MacCarthaigh <colm@apache.org>
Wed, 19 Apr 2006 09:42:15 +0000 (09:42 +0000)
commit428e087896cc22bb640cdc71be0f0ad121c24088
tree2aa7f0165a96c2f9e61afbff978cc6a90f2d0a56
parentba84e7dab06149a224e3a1b43a59a20958124544
Merge r384731, r386790, r386821 from trunk.

    *  Unsure why win32 never noticed this, but the value returned is a const
       char*

    *  Escape from casting purgatory, which the Solaris cc compiler
       will not treat as lvalues.

    * Eliminate last win32-isms, SetLastError becomes apr's set_os_error
      operation.  It unfolds the error code on win32, so we have to pre-fold
      it.  On unix there is no folding.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@395187 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/arch/win32/mod_isapi.c