From: wavecb Date: Tue, 12 Nov 2013 05:42:56 +0000 (+0800) Subject: fix build on mac os 10.9 X-Git-Tag: v1.5.7~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681ea6c40bb78f8ac729a08a32ee9e834e69b100;p=thirdparty%2Ffreeswitch.git fix build on mac os 10.9 --- diff --git a/libs/curl/lib/strequal.h b/libs/curl/lib/strequal.h index 6ec88d82d7..ce83d48aef 100644 --- a/libs/curl/lib/strequal.h +++ b/libs/curl/lib/strequal.h @@ -38,6 +38,6 @@ char *Curl_strcasestr(const char *haystack, const char *needle); #ifndef HAVE_STRLCAT #define strlcat(x,y,z) Curl_strlcat(x,y,z) #endif -size_t strlcat(char *dst, const char *src, size_t siz); +//size_t strlcat(char *dst, const char *src, size_t siz); #endif