From commits-return-10546-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Mon Jun 29 02:12:17 2009 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 39962 invoked from network); 29 Jun 2009 02:12:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jun 2009 02:12:16 -0000 Received: (qmail 29758 invoked by uid 500); 29 Jun 2009 02:12:27 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 29677 invoked by uid 500); 29 Jun 2009 02:12:27 -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 29668 invoked by uid 99); 29 Jun 2009 02:12:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 02:12:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 02:12:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6F8B92388893; Mon, 29 Jun 2009 02:12:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r789189 - in /apr/apr/trunk: NWGNUmakefile build/nw_export.inc Date: Mon, 29 Jun 2009 02:12:03 -0000 To: commits@apr.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090629021203.6F8B92388893@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Mon Jun 29 02:12:03 2009 New Revision: 789189 URL: http://svn.apache.org/viewvc?rev=789189&view=rev Log: more NetWare build fixes. Modified: apr/apr/trunk/NWGNUmakefile apr/apr/trunk/build/nw_export.inc Modified: apr/apr/trunk/NWGNUmakefile URL: http://svn.apache.org/viewvc/apr/apr/trunk/NWGNUmakefile?rev=789189&r1=789188&r2=789189&view=diff ============================================================================== --- apr/apr/trunk/NWGNUmakefile (original) +++ apr/apr/trunk/NWGNUmakefile Mon Jun 29 02:12:03 2009 @@ -317,6 +317,7 @@ $(OBJDIR)/apr_strnatcmp.o \ $(OBJDIR)/apr_strtok.o \ $(OBJDIR)/apr_tables.o \ + $(OBJDIR)/apr_thread_pool.o \ $(OBJDIR)/apr_uri.o \ $(OBJDIR)/apu_dso.o \ $(OBJDIR)/apu_version.o \ Modified: apr/apr/trunk/build/nw_export.inc URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/nw_export.inc?rev=789189&r1=789188&r2=789189&view=diff ============================================================================== --- apr/apr/trunk/build/nw_export.inc (original) +++ apr/apr/trunk/build/nw_export.inc Mon Jun 29 02:12:03 2009 @@ -66,6 +66,7 @@ #include "apr_tables.h" #include "apr_thread_cond.h" #include "apr_thread_mutex.h" +#include "apr_thread_pool.h" #include "apr_thread_proc.h" #include "apr_thread_rwlock.h" #include "apr_time.h"