From a2fd7e20a952aeb48c4818f567ffc34e38c70140 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Mon, 6 May 2002 16:17:49 +0000 Subject: [PATCH] Fix compile break on Netware. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94964 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/mod_mem_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0