From: Stefan Fritsch Date: Mon, 26 Mar 2012 21:05:46 +0000 (+0000) Subject: comment X-Git-Tag: 2.4.2~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e09ea3d53efcdabfae2e10fbb19396d0ce82bbb;p=apache comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1305596 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d177885e63..63c69a875f 100644 --- a/STATUS +++ b/STATUS @@ -125,6 +125,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: minfrin: That's what the patch does, and what the log message on the commit says: "Don't define PATH_MAX, we use APR_PATH_MAX anyway." + sf: Exactly. The commit only removes unused code. The error comes from this useless + definition of PATH_MAX confusing some glibc header. * mpm: Export MPM symbols properly to avoid load failures on AIX when build MPM as DSO. Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1303201