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

Re: CVS update: subversion/subversion/libsvn_fs node-rev.c

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-02-23 05:10:42 CET

The most portable form is:

#define APR_WANT_MEMFUNC
#include "apr_want.h"

It'll go and find the right header for you. Other options are STRFUNC,
STDIO, IOVEC, SIGNAL, and BYTEFUNC (see the header).

Cheers,
-g

On Thu, Feb 22, 2001 at 05:49:22PM -0000, kfogel@tigris.org wrote:
> User: kfogel
> Date: 01/02/22 09:49:22
>
> Modified: subversion/libsvn_fs node-rev.c
> Log:
> #include <string.h>, for memset.
>
> Revision Changes Path
> 1.7 +1 -0 subversion/subversion/libsvn_fs/node-rev.c
>
> Index: node-rev.c
> ===================================================================
> RCS file: /cvs/subversion/subversion/libsvn_fs/node-rev.c,v
> retrieving revision 1.6
> retrieving revision 1.7
> diff -u -r1.6 -r1.7
> --- node-rev.c 2001/02/21 16:52:02 1.6
> +++ node-rev.c 2001/02/22 17:49:22 1.7
> @@ -11,6 +11,7 @@
> * ====================================================================
> */
>
> +#include <string.h>
> #include <db.h>
>
> #include "svn_fs.h"
>
>
>

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:23 2006

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.