On 25 Feb 2001 [EMAIL PROTECTED] wrote: > trawick 01/02/24 17:24:37 > > Modified: threadproc/unix thread.c > Log: > if we don't have the prototype, we shouldn't have the function either > > (haven't we been here before?)
We've been here hundreds of times, and we are likely to reverse this again. However, this code was horribly broken. We would try to build a threaded MPM without threads in the server, and we would succeed just fine. Then when we tried to run the code, it would fail miserably. Removing the code is the correct solution. Ryan _______________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------
