You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Andreas Schwab <sc...@suse.de> on 2005/10/26 21:57:52 UTC

subversion 1.3.0-rc1 build fix.

Declare svn_swig_pl_from_md5 instead of non-existing svn_swig_pl_make_md5.

Andreas.

--- subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.h	2005/10/26 21:07:11	1.1
+++ subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.h	2005/10/26 21:09:25
@@ -220,7 +220,7 @@ apr_file_t *svn_swig_pl_make_file (SV *f
 void svn_swig_pl_hold_ref_in_pool (apr_pool_t *pool, SV *sv);
 
 /* md5 access class */
-void svn_swig_pl_make_md5 (unsigned char *digest);
+SV *svn_swig_pl_from_md5 (unsigned char *digest);
 
 #ifdef __cplusplus
 }

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: subversion 1.3.0-rc1 build fix.

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 10/26/05, Andreas Schwab <sc...@suse.de> wrote:
> Declare svn_swig_pl_from_md5 instead of non-existing svn_swig_pl_make_md5.

This bug was already fixed earlier today, and is in the process of
being backported to the 1.3.x branch.

Thanks for the patch,

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org