]> granicus.if.org Git - apache/commitdiff
PR 9457 is marked as fixed. (this is also about APR, not httpd...)
authorPaul Querna <pquerna@apache.org>
Sun, 23 Jan 2005 18:20:40 +0000 (18:20 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 23 Jan 2005 18:20:40 +0000 (18:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126233 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 05c9159a1dc709d1cae83bd966f129c3d5610764..1fe562924262e1be710226318a6edaba43fe006c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -147,20 +147,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
       is set.  If not, it means that the HEAD requests don't generate the
       same headers as a GET which is wrong.
 
-    * HP/UX 10.20: compile breakage in APR.  Looks like it should be easy
-      to fix, probably just some extraneous #include's that are fouling
-      things up.
-      PR: 9457
-      Jeff: See my reply and patch in the PR (and previous commit to
-      stop using "pipe" as a field name).  If patch is committed, we
-      should be okay.  I'll wait to see if the user tests the patch.
-      Update by Jeff 20020722: I got an account on HP 10.20.  It looks
-      like some of the APR thread detection is screwed up.  If we find
-      pthread.h but we can't compile the pthread test program we still
-      think we can use threads.  For that reason, the patch I posted
-      to the PR won't work as-is since a failed compile of the test
-      program means nothing.
-
     * exec cmd and suexec arg-passing enhancements
       Status: Patches proposed
       Message-ID: <20020526041748.A29148@prodigy.Redbrick.DCU.IE>