From commits-return-7623-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Mon Apr 03 15:59:30 2006 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 62263 invoked from network); 3 Apr 2006 15:59:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Apr 2006 15:59:09 -0000 Received: (qmail 36831 invoked by uid 500); 3 Apr 2006 15:58:51 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 36727 invoked by uid 500); 3 Apr 2006 15:58:51 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 36716 invoked by uid 99); 3 Apr 2006 15:58:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 08:58:50 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 03 Apr 2006 08:58:50 -0700 Received: (qmail 61578 invoked by uid 65534); 3 Apr 2006 15:58:04 -0000 Message-ID: <20060403155804.61574.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r391075 - /apr/apr-util/trunk/build/nw_apu_export.inc Date: Mon, 03 Apr 2006 15:58:02 -0000 To: commits@apr.apache.org From: bnicholes@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: bnicholes Date: Mon Apr 3 08:57:38 2006 New Revision: 391075 URL: http://svn.apache.org/viewcvs?rev=391075&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-util/trunk/build/nw_apu_export.inc Modified: apr/apr-util/trunk/build/nw_apu_export.inc URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/build/nw_apu_export.inc?rev=391075&r1=391074&r2=391075&view=diff ============================================================================== --- apr/apr-util/trunk/build/nw_apu_export.inc (original) +++ apr/apr-util/trunk/build/nw_apu_export.inc Mon Apr 3 08:57:38 2006 @@ -33,4 +33,5 @@ #include "apr_uuid.h" #include "apr_xlate.h" #include "apr_xml.h" +#include "apu_version.h" #include "apu_want.h"