On Fri, Sep 13, 2002 at 09:13:13PM -0400, Jim Jagielski wrote:
> Unfortunately, I've confirmed with APR that if autoconf tests
> setprgp(1,1), results in:
> 
>    checking whether setpgrp takes no argument... yes
> 
> whereas with setpgrp(0,0) it returns 'no' as it should (setpgrp
> under Darwin *does* take an argument). So the bug report actually
> *is* valid... autoconf.m4f should use setpgrp(0,0)

The reason this is probably not a problem at all for Apache on
Darwin is because we just use setsid() instead.

-aaron

Reply via email to