From 0429b711585a60c2cbca9fd52efd98f2d3ef81eb Mon Sep 17 00:00:00 2001 From: fredb Date: Wed, 3 Mar 2010 19:38:17 +0000 Subject: [PATCH] =?utf8?q?Jari=20H=E4kkinen:=20compile=20on=20Mac?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- utils/TerraSync/terrasync.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/TerraSync/terrasync.cxx b/utils/TerraSync/terrasync.cxx index 91017fb34..f6c33c9b6 100644 --- a/utils/TerraSync/terrasync.cxx +++ b/utils/TerraSync/terrasync.cxx @@ -275,6 +275,8 @@ void sync_tree(const char* dir) { #ifdef _MSC_VER typedef void (__cdecl * sighandler_t)(int); +#elif defined( __APPLE__ ) +typedef sig_t sighandler_t; #endif bool terminating = false; -- 2.39.5