From 989bc6e190ac37f60c273dafa8556741b28618b0 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 13 Jul 2015 19:45:02 +0200 Subject: Fix build on 64-bit Haiku - Fix path to look for libnetwork to work also on non-hybrid systems - Remove references to /boot/common as it is not used anymore - Fix a few type errors - Use compiler provided va_copy when available --- utils/talloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/talloc.c b/utils/talloc.c index 44b65aa3c..408e94b46 100644 --- a/utils/talloc.c +++ b/utils/talloc.c @@ -55,7 +55,7 @@ #include "replace.h" #else #include -#if !defined(__BEOS__) && !defined(__HAIKU__) && __GNUC__ > 2 +#if !defined(__BEOS__) && __GNUC__ > 2 /* Assume we've got va_copy */ #define HAVE_VA_COPY #include -- cgit v1.2.3