[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-06-05 22:59:36 CEST

Greg Stein <gstein@lyra.org> writes:
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 5 23:04:04 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.