diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-24 18:54:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-24 18:54:17 +0000 |
commit | 322f024af4ff86fcd21c0218577c60690e061d68 (patch) | |
tree | c1c7628be2573fc3b892ff1ad392a228f3de97ea /ftp | |
parent | 725b2295fcda64e6dc37276f770703c84b4cd9c0 (diff) | |
download | ports-322f024af4ff86fcd21c0218577c60690e061d68.tar.gz ports-322f024af4ff86fcd21c0218577c60690e061d68.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/files/patch-lib-asyn-thread.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/curl/files/patch-lib-asyn-thread.c b/ftp/curl/files/patch-lib-asyn-thread.c deleted file mode 100644 index 22a9023fda55..000000000000 --- a/ftp/curl/files/patch-lib-asyn-thread.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/asyn-thread.c.orig 2014-09-08 05:15:44.000000000 +0800 -+++ lib/asyn-thread.c 2014-10-09 08:28:38.036235206 +0800 -@@ -541,7 +541,7 @@ - td->poll_interval = 250; - - td->interval_end = elapsed + td->poll_interval; -- Curl_expire_latest(conn->data, td->poll_interval); -+ Curl_expire(conn->data, td->poll_interval); - } - - return CURLE_OK; |