On 20 Apr 2002 [EMAIL PROTECTED] wrote: > brianp 02/04/20 13:41:33 > > Modified: server/mpm/experimental/leader leader.c > Log: > Workaround to get leader/follower compiling on recent Linuxes: > apr_atomic.h includes some <asm/*.h> header files that clash > with stdlib.h, so I've moved apr_atomic.h so that it's included > after all the other header files.
Cool. An alternative workaround would be to simply include stdlib.h in apr_atomic.h prior to including asm/*.h. --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
