William A. Rowe, Jr. wrote:
Brad, about to be bitten again on httpd-2.0.56-ish. Want to hit 0.9.x as
well so we can move out both released branches?
This is done, ack.
Can anyone confirm this flaw doesn't exist on the OS2 build? Seems like a
systemic problem with the original commit.
Thanks,
Bill
[EMAIL PROTECTED] wrote:
Author: bnicholes
Date: Mon Apr 3 08:37:17 2006
New Revision: 391070
URL: http://svn.apache.org/viewcvs?rev=391070&view=rev
Log:
Add apu_version.h to the preprocessing stage of the NetWare build.
This resolves the missing apu_version_string() API issue.
Modified:
apr/apr/branches/1.2.x/build/nw_export.inc
Modified: apr/apr/branches/1.2.x/build/nw_export.inc
URL:
http://svn.apache.org/viewcvs/apr/apr/branches/1.2.x/build/nw_export.inc?rev=391070&r1=391069&r2=391070&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/build/nw_export.inc (original)
+++ apr/apr/branches/1.2.x/build/nw_export.inc Mon Apr 3 08:37:17 2006
@@ -80,4 +80,6 @@
#include "apr_uuid.h"
#include "apr_xlate.h"
#include "apr_xml.h"
+#include "apu_version.h"
#include "apu_want.h"
+
.