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...@gmail.com> on 2010/05/15 00:15:15 UTC

Re: svn commit: r944504 - in /subversion/trunk/subversion: include/svn_io.h libsvn_subr/io.c

On Fri, May 14, 2010 at 18:13,  <rh...@apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_subr/io.c Fri May 14 22:13:14 2010
> @@ -786,6 +786,23 @@ svn_io_copy_file(const char *src,
>   return svn_error_return(svn_io_file_rename(dst_tmp, dst, pool));
>  }
>
> +/* Wrapper for apr_file_perms_set(). */
> +svn_error_t *
> +file_perms_set(const char *fname, apr_fileperms_t perms,
> +               apr_pool_t *pool)

static ...

>...

Cheers,
-g