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

Re: svn commit: r905595 - /subversion/trunk/subversion/svnserve/main.c

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 3 Feb 2010 10:18:44 +0100

On Tue, Feb 02, 2010 at 09:17:25PM -0800, Joe Swatosh wrote:
> On Tue, Feb 2, 2010 at 4:02 AM, <stsp_at_apache.org> wrote:
> > Author: stsp
> > Date: Tue Feb  2 12:02:40 2010
> > New Revision: 905595
> >
>
> > +        "Use inetd mode or tunnel mode if you need this.]")},
> >  #ifdef CONNECTION_HAVE_THREAD_OPTION
> >     /* ### Making the assumption here that WIN32 never has fork and so
> >      * ### this option never exists when --service exists. */
> > @@ -380,6 +388,8 @@
> >   apr_uint16_t port = SVN_RA_SVN_PORT;
> >   const char *host = NULL;
> >   int family = APR_INET;
> > +  u_int32_t sockaddr_info_flags = 0;
>
> My stupid compiler (MSVC6.5) doesn't know about this type (u_int32_t).
> What is the best way
> for it to be taught?

Sorry, this was a typo. I should have used apr_int32_t.
Fixed in r905949.

Stefan
Received on 2010-02-03 10:19:26 CET

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.