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

Re: svn commit: r12008 - in branches/locking/subversion: include libsvn_repos

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-11-23 23:52:34 CET

sussman@tigris.org writes:

> Author: sussman
> Date: Tue Nov 23 15:00:08 2004
> New Revision: 12008
>
> Modified:
> branches/locking/subversion/include/svn_repos.h
> branches/locking/subversion/libsvn_repos/fs-wrap.c
> Log:
> Locking branch: create an authz_read wrapper around one of fs locking funcs.

> + const void *key;
> + void *val;
> + apr_ssize_t keylen;
> + const char *locked_path;
> + svn_boolean_t readable;
> +
> + svn_pool_clear (subpool);
> +
> + apr_hash_this (hi, &key, &keylen, &val);
> + locked_path = (const char *) key;

That sort of cast is unnecessary.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 23 23:54:25 2004

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.