]> granicus.if.org Git - apache/commitdiff
Fix compiler warning on AIX
authorBill Stoddard <stoddard@apache.org>
Tue, 27 Jun 2000 22:37:36 +0000 (22:37 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 27 Jun 2000 22:37:36 +0000 (22:37 +0000)
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

index f337efcf62f451fceacffd91e3fb286a7cfa5be7..c4000d9c05308294481259183adfc945ff82f2ba 100644 (file)
@@ -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) {