Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69D0362CF for ; Wed, 6 Jul 2011 09:26:41 +0000 (UTC) Received: (qmail 51301 invoked by uid 500); 6 Jul 2011 09:26:41 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 51082 invoked by uid 500); 6 Jul 2011 09:26:34 -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: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 51063 invoked by uid 99); 6 Jul 2011 09:26:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2011 09:26:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 06 Jul 2011 09:26:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DD1C32388994; Wed, 6 Jul 2011 09:26:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1143309 - /httpd/httpd/trunk/modules/loggers/mod_log_debug.c Date: Wed, 06 Jul 2011 09:26:10 -0000 To: cvs@httpd.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110706092610.DD1C32388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Wed Jul 6 09:26:10 2011 New Revision: 1143309 URL: http://svn.apache.org/viewvc?rev=1143309&view=rev Log: Fixed Win32 build. Submitted by Gregg L. Smith Modified: httpd/httpd/trunk/modules/loggers/mod_log_debug.c Modified: httpd/httpd/trunk/modules/loggers/mod_log_debug.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/loggers/mod_log_debug.c?rev=1143309&r1=1143308&r2=1143309&view=diff ============================================================================== --- httpd/httpd/trunk/modules/loggers/mod_log_debug.c (original) +++ httpd/httpd/trunk/modules/loggers/mod_log_debug.c Wed Jul 6 09:26:10 2011 @@ -23,7 +23,7 @@ #include "http_request.h" #include "ap_expr.h" -extern module log_debug_module; +extern module AP_MODULE_DECLARE_DATA log_debug_module; typedef struct { ap_expr_info_t *msg_expr;