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

Re: path: apache 2.0 apr_uti_components name change

From: <kfogel_at_collab.net>
Date: 2001-08-20 22:17:08 CEST

"C. Scott Ananian" <cananian@lesser-magoo.lcs.mit.edu> writes:
> In the most recent CVS version of apache 2.0, the type
> 'apr_uri_components' mentioned in subversion/mod_dav_syn/util.c has been
> renamed to 'apr_uri_t'. The following patch against current CVS is
> required to allow subversion + mod_dav_svn to compile.
> --s

Applied; thanks for the patch!

-K

> Index: subversion/mod_dav_svn/util.c
> ===================================================================
> RCS file: /usr/local/tigris/data/helm/cvs/repository/subversion/subversion/mod_dav_svn/util.c,v
> retrieving revision 1.16
> diff -u -p -r1.16 util.c
> --- subversion/mod_dav_svn/util.c 2001/05/30 10:11:02 1.16
> +++ subversion/mod_dav_svn/util.c 2001/08/20 18:15:38
> @@ -87,7 +87,7 @@ svn_error_t *dav_svn_simple_parse_uri(da
> const char *uri,
> apr_pool_t *pool)
> {
> - apr_uri_components comp;
> + apr_uri_t comp;
> char *path;
> apr_size_t len1;
> apr_size_t len2;
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:36 2006

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.