[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [PATCH] Multi-threaded svnserve

From: <rbb_at_rkbloom.net>
Date: 2003-06-02 16:53:44 CEST

On Mon, 2 Jun 2003, Sander Striker wrote:

> > From: cmpilato@collab.net [mailto:cmpilato@collab.net]
> > Sent: Monday, June 02, 2003 4:05 PM
>
> > I still don't have SIGCHLD (should that be APR_SIGCHLD or
> > something?). But the apr_proc_fork() error is gone.
>
> Hmmm:
>
> include/arch/win32/apr_private.h:139:#define SIGCHLD 17
>
> I guess some includes are off.

No they aren't. Program shouldn't be incuding apr_private.h, so you can't
expect SIGCHLD to be defined. Either a public APR header file redefines
it to APR_SIGCHLD, or it is only meant to be used inside APR.

Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 2 16:42:12 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.