wrowe 2002/07/08 10:34:54
Modified: include/arch/netware threadproc.h
Log:
Leftovers from my size_t hunt.
Revision Changes Path
1.7 +1 -1 apr/include/arch/netware/threadproc.h
Index: threadproc.h
===================================================================
RCS file: /home/cvs/apr/include/arch/netware/threadproc.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- threadproc.h 19 Mar 2002 17:53:59 -0000 1.6
+++ threadproc.h 8 Jul 2002 17:34:54 -0000 1.7
@@ -77,7 +77,7 @@
struct apr_threadattr_t {
apr_pool_t *pool;
- size_t stack_size;
+ apr_size_t stack_size;
apr_int32_t detach;
char *thread_name;
};