From: Jim Jagielski Date: Mon, 9 Feb 2009 19:13:25 +0000 (+0000) Subject: Fixed :) X-Git-Tag: 2.3.2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30176d118ebf04fc192cebf8a1c3830f79b9766c;p=apache Fixed :) CORE_PRIVATE not in trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742682 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/test/mod_dialup.c b/modules/test/mod_dialup.c index 405bc0a061..85059e21b5 100644 --- a/modules/test/mod_dialup.c +++ b/modules/test/mod_dialup.c @@ -17,8 +17,6 @@ #include "httpd.h" -/* to detect sendfile enabled, we need CORE_PRIVATE. Someone should fix this. */ -#define CORE_PRIVATE #include "http_core.h" #include "util_filter.h"