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

Re: svn commit: rev 2095 - trunk/subversion/libsvn_fs

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-06-05 23:00:44 CEST

key-gen should simply die.

On Wed, Jun 05, 2002 at 02:43:44PM -0500, kfogel@tigris.org wrote:
> Author: kfogel
> Date: 2002-06-05 19:43 GMT
> New Revision: 2095
>
> Modified:
> trunk/subversion/libsvn_fs/key-gen.c
> Log:
> * subversion/libsvn_fs/key-gen.c: Include stdio.h and apr_want.h, for
> abs and strlen.
>
>
> Modified: trunk/subversion/libsvn_fs/key-gen.c
> ==============================================================================
> --- trunk/subversion/libsvn_fs/key-gen.c (original)
> +++ trunk/subversion/libsvn_fs/key-gen.c Wed Jun 5 14:43:36 2002
> @@ -15,6 +15,9 @@
> * ====================================================================
> */
>
> +#define APR_WANT_STRFUNC
> +#include <apr_want.h>
> +#include <stdlib.h>
> #include "apr.h"
> #include "key-gen.h"
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 5 22:59:52 2002

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.