From: Bill Stoddard Date: Mon, 6 May 2002 16:17:49 +0000 (+0000) Subject: Fix compile break on Netware. X-Git-Tag: 2.0.37~484 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21d484a4b12938513aafd3765ec19ee2b1d9976b;p=apache Fix compile break on Netware. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94964 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_mem_cache.c b/modules/experimental/mod_mem_cache.c index ef7004f7ed..8259e63f0a 100644 --- a/modules/experimental/mod_mem_cache.c +++ b/modules/experimental/mod_mem_cache.c @@ -759,7 +759,7 @@ static apr_status_t write_body(cache_handle_t *h, request_rec *r, apr_bucket_bri } if (fd == 1 && !other && eos) { apr_file_t *tmpfile; - char *name; + const char *name; /* Open a new XTHREAD handle to the file */ apr_file_name_get(&name, file); rv = apr_file_open(&tmpfile, name,