You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@newton.ch.collab.net> on 2002/06/05 20:59:36 UTC

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

Greg Stein <gs...@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