summaryrefslogtreecommitdiff
path: root/mmap/unix/mmap_h.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-04-03 18:37:53 +0000
committerRyan Bloom <rbb@apache.org>2000-04-03 18:37:53 +0000
commit634836fc60ac15d110e63974900280c460706fdf (patch)
treeeb578daea2f5dee7a2b73b25eb7d06846387863a /mmap/unix/mmap_h.h
parent5091b7be960452fc479b378b74c8aaac19a64781 (diff)
downloadapr-634836fc60ac15d110e63974900280c460706fdf.tar.gz
fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the
struct's where possible. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap/unix/mmap_h.h')
-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 6965e58c0..6959cb36b 100644
--- a/mmap/unix/mmap_h.h
+++ b/mmap/unix/mmap_h.h
@@ -84,7 +84,7 @@
#endif
/* End System Headers */
-struct mmap_t {
+struct ap_mmap_t {
ap_context_t *cntxt;
void *mm;
size_t size;