summaryrefslogtreecommitdiff
path: root/external/curl/curl-7.26.0_strlcat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/curl/curl-7.26.0_strlcat.patch')
-rw-r--r--external/curl/curl-7.26.0_strlcat.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/external/curl/curl-7.26.0_strlcat.patch b/external/curl/curl-7.26.0_strlcat.patch
deleted file mode 100644
index c5536f822641..000000000000
--- a/external/curl/curl-7.26.0_strlcat.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- curl-7.26.0/lib/strequal.h
-+++ misc/build/curl-7.26.0/strequal.h
-@@ -30,6 +30,5 @@
- #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);
-
- #endif