diff options
author | bjh <bjh@13f79535-47bb-0310-9956-ffa450edef68> | 2002-03-21 01:29:55 +0000 |
---|---|---|
committer | bjh <bjh@13f79535-47bb-0310-9956-ffa450edef68> | 2002-03-21 01:29:55 +0000 |
commit | 301e0ebd951813c64ba9632ff9796f0616b3c6ca (patch) | |
tree | 6e23fc2ee0ae1a9342f6e0c24e672207e142efd3 /include | |
parent | 265100c3946afa22172a46f3d86dc268b829e300 (diff) | |
download | libapr-301e0ebd951813c64ba9632ff9796f0616b3c6ca.tar.gz |
Fix a missed cntxt -> pool change.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/arch/os2/threadproc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/os2/threadproc.h b/include/arch/os2/threadproc.h index 12db303b0..d152a8484 100644 --- a/include/arch/os2/threadproc.h +++ b/include/arch/os2/threadproc.h @@ -78,7 +78,7 @@ struct apr_thread_t { }; struct apr_threadkey_t { - apr_pool_t *cntxt; + apr_pool_t *pool; unsigned long *key; }; |