diff options
Diffstat (limited to 'include/arch/beos/locks.h')
-rw-r--r-- | include/arch/beos/locks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/beos/locks.h b/include/arch/beos/locks.h index d88f2fcde..0160b5e71 100644 --- a/include/arch/beos/locks.h +++ b/include/arch/beos/locks.h @@ -62,7 +62,7 @@ #include "apr_lib.h" struct ap_lock_t { - ap_context_t *cntxt; + ap_pool_t *cntxt; ap_locktype_e type; ap_lockscope_e scope; int curr_locked; |