From 681ea6c40bb78f8ac729a08a32ee9e834e69b100 Mon Sep 17 00:00:00 2001 From: wavecb Date: Tue, 12 Nov 2013 13:42:56 +0800 Subject: [PATCH] fix build on mac os 10.9 --- libs/curl/lib/strequal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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