X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2FTerraSync%2Fterrasync.cxx;h=7404530e1139bc93fa925c50629defee14fcf2f8;hb=c4ac013c42cadbe25e3b41bad6f0abbe85df11ef;hp=91017fb341b195e40e6f452b5c5e4f8ee538f241;hpb=51e0e490f03495aa2d4cd6b165cac20167396884;p=flightgear.git diff --git a/utils/TerraSync/terrasync.cxx b/utils/TerraSync/terrasync.cxx index 91017fb34..7404530e1 100644 --- a/utils/TerraSync/terrasync.cxx +++ b/utils/TerraSync/terrasync.cxx @@ -128,10 +128,6 @@ svn_opt_revision_t *mysvn_rev_peg = NULL; static const svn_version_checklist_t mysvn_checklist[] = { { "svn_subr", svn_subr_version }, { "svn_client", svn_client_version }, - { "svn_wc", svn_wc_version }, - { "svn_ra", svn_ra_version }, - { "svn_delta", svn_delta_version }, - { "svn_diff", svn_diff_version }, { NULL, NULL } }; @@ -275,6 +271,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;