summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>1999-11-23 13:46:58 +0000
committerRyan Bloom <rbb@apache.org>1999-11-23 13:46:58 +0000
commit3ce971eb7032142859023f3394caa6a324be4995 (patch)
tree6868464ea65b79a3eed89457391b54b3422b4ca9 /mmap
parent1ba036d402c25fc8974421a4105cbee8547bb947 (diff)
downloadapr-3ce971eb7032142859023f3394caa6a324be4995.tar.gz
Update some dependancies. Move the final two files out of apr/inc and into
apr/include. Basically just finish some cleanup from some changes I've been making over the last two days. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r--mmap/unix/mmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mmap/unix/mmap.c b/mmap/unix/mmap.c
index 846cf78b4..49ada6027 100644
--- a/mmap/unix/mmap.c
+++ b/mmap/unix/mmap.c
@@ -90,7 +90,6 @@ 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)
{
- int fd;
caddr_t mm;
if (file == NULL || file->buffered || file->filedes == -1)