Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 52072 invoked from network); 11 Jun 2004 20:21:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Jun 2004 20:21:12 -0000 Received: (qmail 87359 invoked by uid 500); 11 Jun 2004 20:21:24 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 87333 invoked by uid 500); 11 Jun 2004 20:21:23 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 87319 invoked by uid 500); 11 Jun 2004 20:21:23 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 87292 invoked by uid 99); 11 Jun 2004 20:21:21 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Fri, 11 Jun 2004 13:21:20 -0700 Received: (qmail 52019 invoked by uid 1802); 11 Jun 2004 20:21:04 -0000 Date: 11 Jun 2004 20:21:04 -0000 Message-ID: <20040611202104.52018.qmail@minotaur.apache.org> From: clar@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/arch/netware mod_netware.c X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N clar 2004/06/11 13:21:04 Modified: modules/arch/netware mod_netware.c Log: Replaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDRSPACE Revision Changes Path 1.17 +1 -1 httpd-2.0/modules/arch/netware/mod_netware.c Index: mod_netware.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/arch/netware/mod_netware.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- mod_netware.c 20 Mar 2004 04:17:26 -0000 1.16 +++ mod_netware.c 11 Jun 2004 20:21:04 -0000 1.17 @@ -155,7 +155,7 @@ /* Run in its own address space if specified */ detached = apr_table_get(d->file_handler_mode, ext); if (detached) { - e_info->cmd_type = APR_PROGRAM_ENV; + e_info->cmd_type = APR_PROGRAM_ADDRSPACE; } else { e_info->cmd_type = APR_PROGRAM;