From: Bill Stoddard Date: Tue, 27 Jun 2000 22:37:36 +0000 (+0000) Subject: Fix compiler warning on AIX X-Git-Tag: APACHE_2_0_ALPHA_5~227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc97838100bfd7999c703144dfd28a8a2c6e02ce;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/http/http_core.c b/modules/http/http_core.c index f337efcf62f..c4000d9c053 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) {