[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: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: Tue, 2 Feb 2010 21:17:25 -0800

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?

--
Joe
Received on 2010-02-03 06:17:59 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.