Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 1400 invoked from network); 5 Jan 2004 10:33:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Jan 2004 10:33:54 -0000 Received: (qmail 76698 invoked by uid 500); 5 Jan 2004 10:33:27 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 76657 invoked by uid 500); 5 Jan 2004 10:33:27 -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 76644 invoked by uid 500); 5 Jan 2004 10:33:27 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 76641 invoked from network); 5 Jan 2004 10:33:27 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 5 Jan 2004 10:33:27 -0000 Received: (qmail 1381 invoked by uid 1086); 5 Jan 2004 10:33:53 -0000 Date: 5 Jan 2004 10:33:53 -0000 Message-ID: <20040105103353.1380.qmail@minotaur.apache.org> From: martin@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/loggers mod_log_forensic.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N martin 2004/01/05 02:33:52 Modified: modules/loggers mod_log_forensic.c Log: Ugly hack to get this module to compile. The path to test_char.h (which lives in the server/ directory) must either be added to one of the build/*.m4 files --which would be even uglier--, to the modules/logger/Makefile, or to the modules/loggers/mod_log_forensic.c file itself. For now, put it here. Revision Changes Path 1.8 +1 -1 httpd-2.0/modules/loggers/mod_log_forensic.c Index: mod_log_forensic.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/loggers/mod_log_forensic.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -u -r1.7 -r1.8 --- mod_log_forensic.c 3 Jan 2004 19:18:53 -0000 1.7 +++ mod_log_forensic.c 5 Jan 2004 10:33:52 -0000 1.8 @@ -75,7 +75,7 @@ #include "apr_atomic.h" #include #include "http_protocol.h" -#include "test_char.h" +#include "../../server/test_char.h" module AP_MODULE_DECLARE_DATA log_forensic_module;