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

Re: svn commit: r954797 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 15 Jun 2010 12:56:12 +0100

ivan_at_apache.org writes:

> Author: ivan
> Date: Tue Jun 15 10:37:09 2010
> New Revision: 954797
>
> URL: http://svn.apache.org/viewvc?rev=954797&view=rev
> Log:
> Write update request body to file, to able resend it if needed.
>
> * subversion/libsvn_ra_serf/update.c
> (): Include apr_version.h.

You need private/svn_dep_compat.h since APR_VERSION_AT_LEAST was only
introduced in 1.3.

> +#if APR_VERSION_AT_LEAST(1, 3, 0)
> + apr_file_buffer_set(report->body_file, NULL, 0);
> +#endif

-- 
Philip
Received on 2010-06-15 13:56:56 CEST

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.