You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2006/04/12 12:58:50 UTC

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

Author: trawick
Date: Wed Apr 12 03:58:46 2006
New Revision: 393435

URL: http://svn.apache.org/viewcvs?rev=393435&view=rev
Log:
fix odd HP-UX crash perhaps?

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=393435&r1=393434&r2=393435&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Apr 12 03:58:46 2006
@@ -99,3 +99,11 @@
           Trunk version works
       +1: trawick, rpluem
 
+    * htdbm: Fix crash in 64-bit mode on HP-UX caused by unexpected
+      placement of crypt() prototype (unistd.h).
+        Trunk version of patch:
+          http://svn.apache.org/viewcvs?rev=393364&view=rev
+        2.2.x version of patch:
+          Trunk version works
+      +1: trawick
+