On Tue, Feb 02, 2010 at 09:17:25PM -0800, Joe Swatosh wrote: > On Tue, Feb 2, 2010 at 4:02 AM, <s...@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