From 00a9ca6dfcb4118e8b5fd850a29512b6350a64e0 Mon Sep 17 00:00:00 2001 From: rbb Date: Fri, 14 Apr 2000 15:58:54 +0000 Subject: Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages on Linux, but probably breaks somewhere. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59856 13f79535-47bb-0310-9956-ffa450edef68 --- mmap/unix/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mmap/unix/mmap.c') diff --git a/mmap/unix/mmap.c b/mmap/unix/mmap.c index c2c48869a..5e5b571f7 100644 --- a/mmap/unix/mmap.c +++ b/mmap/unix/mmap.c @@ -77,7 +77,7 @@ static ap_status_t mmap_cleanup(void *themmap) } ap_status_t ap_mmap_create(ap_mmap_t **new, ap_file_t *file, ap_off_t offset, - ap_size_t size, ap_context_t *cont) + ap_size_t size, ap_pool_t *cont) { caddr_t mm; -- cgit v1.2.1