From 64b64d5ff70dae7baae7d1c4985bfe485e310ca3 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Thu, 3 Jun 2004 22:41:40 +0000 Subject: Update ftp/curl to 7.12.0 and bump the shared library version in all dependent ports. --- ftp/curl/files/patch-lib::hostip.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ftp/curl/files/patch-lib::hostip.c (limited to 'ftp/curl/files/patch-lib::hostip.c') diff --git a/ftp/curl/files/patch-lib::hostip.c b/ftp/curl/files/patch-lib::hostip.c deleted file mode 100644 index 4c15c91a7222..000000000000 --- a/ftp/curl/files/patch-lib::hostip.c +++ /dev/null @@ -1,16 +0,0 @@ ---- lib/hostip.c.orig Fri Apr 9 14:28:07 2004 -+++ lib/hostip.c Fri Apr 9 14:29:12 2004 -@@ -887,11 +887,11 @@ - - /* now, shrink the allocated buffer to the size we actually need, which - most often is only a fraction of the original alloc */ -- newbuf=(char *)realloc(*buf, (long)bufptr-(long)(*buf)); -+ newbuf=(char *)realloc(*buf, (long)(bufptr-*buf)); - - /* if the alloc moved, we need to adjust things again */ - if(newbuf != *buf) -- hostcache_fixoffset((struct hostent*)newbuf, (long)newbuf-(long)*buf); -+ hostcache_fixoffset((struct hostent*)newbuf, (long)(newbuf-*buf)); - - /* setup the return */ - *buf = newbuf; -- cgit v1.2.3