On Tue, Jul 8, 2014 at 9:46 AM, Eric Covener <[email protected]> wrote:

> On Sat, Jun 28, 2014 at 11:01 AM,  <[email protected]> wrote:
> > @@ -1126,6 +1136,7 @@ void child_main(apr_pool_t *pconf, DWORD
> >          rv = WaitForMultipleObjects(num_events, (HANDLE *)child_events,
> FALSE, INFINITE);
> >          cld = rv - WAIT_OBJECT_0;
> >  #else
> > +        /* THIS IS THE EXPECTED BUILD VARIATION */
> >          rv = WaitForMultipleObjects(num_events, (HANDLE *)child_events,
> FALSE, 1000);
> >          cld = rv - WAIT_OBJECT_0;
> >          if (rv == WAIT_TIMEOUT) {
>
> Was reviewing for 2.4, what does the comment mean?
>
> --
> Eric Covener
> [email protected]
>


Sorry :)

That #else right before it is part of

#if !APR_HAS_OTHER_CHILD
...
#else
    /* THIS IS THE EXPECTED BUILD VARIATION */
...
#endif

and I always forget which is the normal path on Windows.

Does r1608785 help???

(Wow, researching why my first two attempts to reply here failed really
pisses me off.  A domain listed in my sig is listed in the Spamhaus
database, and it appears that I have to change my mail configuration for
that domain just to be able to submit a request to remove it :( )

Reply via email to