From fc97838100bfd7999c703144dfd28a8a2c6e02ce Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Tue, 27 Jun 2000 22:37:36 +0000 Subject: [PATCH] Fix compiler warning on AIX Submitted by: Victor Orlikowski Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85712 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_core.c b/modules/http/http_core.c index f337efcf62..c4000d9c05 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -2790,7 +2790,7 @@ static int default_handler(request_rec *r) #ifdef USE_MMAP_FILES } else { - char *addr; + unsigned char *addr; ap_mmap_offset((void**)&addr, mm ,0); if (d->content_md5 & 1) { -- 2.50.1