Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 65978 invoked from network); 21 Jan 2009 05:09:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2009 05:09:47 -0000 Received: (qmail 88105 invoked by uid 500); 21 Jan 2009 05:09:47 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 88083 invoked by uid 500); 21 Jan 2009 05:09:47 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@perl.apache.org List-Id: Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 88073 invoked by uid 99); 21 Jan 2009 05:09:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 21:09:47 -0800 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; Wed, 21 Jan 2009 05:09:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 52E6D238887D; Tue, 20 Jan 2009 21:09:26 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r736217 - /perl/modperl/trunk/src/modules/perl/mod_perl.c Date: Wed, 21 Jan 2009 05:09:25 -0000 To: modperl-cvs@perl.apache.org From: pgollucci@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090121050926.52E6D238887D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pgollucci Date: Tue Jan 20 21:09:23 2009 New Revision: 736217 URL: http://svn.apache.org/viewvc?rev=736217&view=rev Log: take 2, that didn't work the first time Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c URL: http://svn.apache.org/viewvc/perl/modperl/trunk/src/modules/perl/mod_perl.c?rev=736217&r1=736216&r2=736217&view=diff ============================================================================== --- perl/modperl/trunk/src/modules/perl/mod_perl.c (original) +++ perl/modperl/trunk/src/modules/perl/mod_perl.c Tue Jan 20 21:09:23 2009 @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "mod_perl.h" +#include "mod_perl_h" /* make sure that mod_perl won't try to start itself, while it's * already starting. If the flag's value is 1 * it's still starting,