From 4c8989a6db25de8b2d3bf7fff07489c05808122b Mon Sep 17 00:00:00 2001 From: François Revel Date: Tue, 12 Aug 2008 01:44:59 +0000 Subject: no va_copy on BeOS svn path=/trunk/netsurf/; revision=5066 --- utils/talloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/talloc.c b/utils/talloc.c index 40b66d637..490c1a373 100644 --- a/utils/talloc.c +++ b/utils/talloc.c @@ -55,10 +55,12 @@ #include "replace.h" #else #include +#ifndef __BEOS__ /* Assume we've got va_copy */ #define HAVE_VA_COPY #include #endif +#endif #include "talloc.h" #endif /* not _TALLOC_SAMBA3 */ -- cgit v1.2.3