Re: [mp2] compilation errors with mod_perl-2.0.4 on OpenBSD

2008-05-03 Thread Fred Moyer
Philip M. Gollucci wrote: Simon Bertrang wrote: src/modules/perl/modperl_apache_compat.h typedef unsigned long apr_os_thread_t; typedef void * apr_thread_mutex_t; +typedef void * apr_thread_rwlock_t; #endif Would not it better to just include the appropriate thread file headers from APR? Al

Re: [mp2] compilation errors with mod_perl-2.0.4 on OpenBSD

2008-05-03 Thread Philip M. Gollucci
Simon Bertrang wrote: src/modules/perl/modperl_apache_compat.h typedef unsigned long apr_os_thread_t; typedef void * apr_thread_mutex_t; +typedef void * apr_thread_rwlock_t; #endif Would not it better to just include the appropriate thread file headers from APR? Also, as you can that typedef