bjh 02/03/20 17:29:55
Modified: include/arch/os2 threadproc.h
Log:
Fix a missed cntxt -> pool change.
Revision Changes Path
1.16 +1 -1 apr/include/arch/os2/threadproc.h
Index: threadproc.h
===================================================================
RCS file: /home/cvs/apr/include/arch/os2/threadproc.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- threadproc.h 19 Mar 2002 17:53:59 -0000 1.15
+++ threadproc.h 21 Mar 2002 01:29:55 -0000 1.16
@@ -78,7 +78,7 @@
};
struct apr_threadkey_t {
- apr_pool_t *cntxt;
+ apr_pool_t *pool;
unsigned long *key;
};