trawick 2004/06/15 13:51:25 Modified: include apr_thread_proc.h Log: indicate that default on address space differs among platforms Revision Changes Path 1.110 +2 -1 apr/include/apr_thread_proc.h Index: apr_thread_proc.h =================================================================== RCS file: /home/cvs/apr/include/apr_thread_proc.h,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- apr_thread_proc.h 14 Jun 2004 22:24:55 -0000 1.109 +++ apr_thread_proc.h 15 Jun 2004 20:51:25 -0000 1.110 @@ -520,7 +520,8 @@ * Determine if the child should start in its own address space or using the * current one from its parent * @param attr The procattr we care about. - * @param addrspace Should the child start in its own address space? Default is no. + * @param addrspace Should the child start in its own address space? Default + * is no on NetWare and yes on other platforms. */ APR_DECLARE(apr_status_t) apr_procattr_addrspace_set(apr_procattr_t *attr, apr_int32_t addrspace);