You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2001/03/13 02:52:42 UTC

Re: CVS update: subversion/subversion/libsvn_fs dag.c dag.h editor.c rev-table.c rev-table.h txn.c

On Tue, Mar 13, 2001 at 01:08:53AM -0000, kfogel@tigris.org wrote:
>...
>   +svn_error_t *
>   +svn_fs__dag_commit_txn (svn_revnum_t *new_rev,
>   +                        svn_fs_t *fs,
>   +                        const char *svn_txn,
>   +                        trail_t *trail)
>   +{
>...
>   +    svn_fs__prepend (svn_fs__str_atom ((char *) "revision", trail->pool),
>   +                     new_revision_skel);

The cast is no longer required.

>...
>   --- dag.h	2001/03/12 18:28:30	1.36
>   +++ dag.h	2001/03/13 01:08:52	1.37
>...
>   +svn_error_t *
>   +svn_fs__dag_commit_txn (svn_revnum_t *new_rev,
>   +                        svn_fs_t *fs,
>   +                        const char *svn_txn,
>   +                        trail_t *trail);

Duplicate definition.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/