summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/arch/beos/dso.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/beos/dso.h b/include/arch/beos/dso.h
index 112f9aad2..4f1560315 100644
--- a/include/arch/beos/dso.h
+++ b/include/arch/beos/dso.h
@@ -67,8 +67,8 @@
#if APR_HAS_DSO
struct apr_dso_handle_t {
- image_id handle; /* Handle to the DSO loaded */
- apr_pool_t *cont;
+ image_id handle; /* Handle to the DSO loaded */
+ apr_pool_t *pool;
};
#endif