diff options
author | Jim Jagielski <jim@apache.org> | 2009-02-09 20:13:25 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2009-02-09 20:13:25 +0100 |
commit | 30176d118ebf04fc192cebf8a1c3830f79b9766c (patch) | |
tree | f50f9f432deb6d3cae03de3d4af72852075f8eb8 /modules/test | |
parent | Removed in trunk (diff) | |
download | apache2-30176d118ebf04fc192cebf8a1c3830f79b9766c.tar.xz apache2-30176d118ebf04fc192cebf8a1c3830f79b9766c.zip |
Fixed :)
CORE_PRIVATE not in trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742682 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/test')
-rw-r--r-- | modules/test/mod_dialup.c | 2 |
1 files changed, 0 insertions, 2 deletions
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" |