summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-05-16 17:53:56 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-05-16 17:53:56 +0000
commit466d5117f4f96daf96e3621a7f76e74d9168daa4 (patch)
treef06d0819a60749df6790b0d13df748477b657980 /mmap
parent7bbce05d2ecb45e915b61ef1ce4d66f7da573b2f (diff)
downloadlibapr-466d5117f4f96daf96e3621a7f76e74d9168daa4.tar.gz
Fix a typo in the new beos code in the unix dir.
Submitted by: Greg Stein git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60048 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r--mmap/unix/mmap_h.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmap/unix/mmap_h.h b/mmap/unix/mmap_h.h
index c698528b2..87300f19c 100644
--- a/mmap/unix/mmap_h.h
+++ b/mmap/unix/mmap_h.h
@@ -83,7 +83,7 @@
struct ap_mmap_t {
ap_pool_t *cntxt;
#ifdef BEOS
- area_id;
+ area_id area;
#endif
void *mm;
size_t size;