From decc454be4c8a3fc37cf46bb14d1b2da283dc47c Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 23 Jan 2009 15:40:33 +0000 Subject: At long last, update the curl port to its almost-current version, 7.19.2. Yes, there's been a new 7.19.3 version for a couple of days now, but I figure you folks have been waiting for me much too much as it is :( Apologies all around! Prompted by: several PR's and more people (and portmgrs) than I dare admit --- ftp/curl/files/patch-lib::multi.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ftp/curl/files/patch-lib::multi.c (limited to 'ftp/curl/files/patch-lib::multi.c') diff --git a/ftp/curl/files/patch-lib::multi.c b/ftp/curl/files/patch-lib::multi.c deleted file mode 100644 index d03f185efa45..000000000000 --- a/ftp/curl/files/patch-lib::multi.c +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN -urN -x .svn ../../vendor/curl/lib/multi.c ./lib/multi.c ---- ../../vendor/curl/lib/multi.c 2008-03-24 00:40:11.000000000 +0200 -+++ ./lib/multi.c 2008-03-29 16:14:27.000000000 +0200 -@@ -324,7 +324,7 @@ - { - (void) k1_len; (void) k2_len; - -- return ((*((int* ) k1)) == (*((int* ) k2))) ? 1 : 0; -+ return (*((int* ) k1)) == (*((int* ) k2)); - } - - static size_t hash_fd(void* key, size_t key_length, size_t slots_num) -- cgit v1.2.3