summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-11-23 13:46:58 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-11-23 13:46:58 +0000
commit15090c09dddc7c6a26b87b584b364ea2c69d9982 (patch)
tree6868464ea65b79a3eed89457391b54b3422b4ca9 /mmap
parent8d70d953d2f5bf25d243768425ed039395af42cf (diff)
downloadlibapr-15090c09dddc7c6a26b87b584b364ea2c69d9982.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: http://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)