From 8d311a813c8807a518631ae63cff55c537d3eb7e Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 8 Oct 2014 16:45:39 -0400 Subject: curl: Remove outdated Haiku preprocessor checks Re-apply change from commit v3.0.0-rc1~541^2~1 (Haiku: Remove outdated preprocessor checks, 2013-10-05) on updated upstream curl. --- Utilities/cmcurl/lib/select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/cmcurl/lib/select.c b/Utilities/cmcurl/lib/select.c index bb9b8b0..03c93f3 100644 --- a/Utilities/cmcurl/lib/select.c +++ b/Utilities/cmcurl/lib/select.c @@ -30,7 +30,7 @@ #error "We can't compile without select() or poll() support." #endif -#if defined(__BEOS__) && !defined(__HAIKU__) +#if defined(__BEOS__) /* BeOS has FD_SET defined in socket.h */ #include #endif -- cgit v0.12