diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:40:33 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:40:33 +0000 |
commit | decc454be4c8a3fc37cf46bb14d1b2da283dc47c (patch) | |
tree | bf5408406d2a3e8af472eb9b96b3e4b5833dde2f /ftp/curl/files/patch-lib::multi.c | |
parent | Enable the bash-static port. (diff) |
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
Notes
Notes:
svn path=/head/; revision=226720
Diffstat (limited to 'ftp/curl/files/patch-lib::multi.c')
-rw-r--r-- | ftp/curl/files/patch-lib::multi.c | 12 |
1 files changed, 0 insertions, 12 deletions
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) |