Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/055069f60b6ac656faa635a07367f17448d2487d
...commit
http://git.netsurf-browser.org/toolchains.git/commit/055069f60b6ac656faa635a07367f17448d2487d
...tree
http://git.netsurf-browser.org/toolchains.git/tree/055069f60b6ac656faa635a07367f17448d2487d
The branch, master has been updated
via 055069f60b6ac656faa635a07367f17448d2487d (commit)
from 2b0862ff33ff3eace5c14b31d391f951a4fbd708 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/toolchains.git/commit/?id=055069f60b6ac656faa635a07367f17448d2487d
commit 055069f60b6ac656faa635a07367f17448d2487d
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
ppc-amigaos: Remove patch which prevents DNS resolution on newer OS4.1 beta
diff --git a/sdk/recipes/patches/libcurl/ppc-amigaos/lib.amigaos.c.p
b/sdk/recipes/patches/libcurl/ppc-amigaos/lib.amigaos.c.p
index 1c3293b..384bcd5 100644
--- a/sdk/recipes/patches/libcurl/ppc-amigaos/lib.amigaos.c.p
+++ b/sdk/recipes/patches/libcurl/ppc-amigaos/lib.amigaos.c.p
@@ -10,24 +10,3 @@
TAG_DONE);
if(enabled) {
-@@ -132,20 +134,6 @@
- struct SocketIFace *ISocket = __CurlISocket;
-
- if(SocketFeatures & HAVE_BSDSOCKET_GETHOSTBYNAME_R) {
-- LONG h_errnop = 0;
-- struct hostent *buf;
--
-- buf = calloc(1, CURL_HOSTENT_SIZE);
-- if(buf) {
-- h = gethostbyname_r((STRPTR)hostname, buf,
-- (char *)buf + sizeof(struct hostent),
-- CURL_HOSTENT_SIZE - sizeof(struct hostent),
-- &h_errnop);
-- if(h) {
-- ai = Curl_he2ai(h, port);
-- }
-- free(buf);
-- }
- }
- else {
- #ifdef CURLRES_THREADED
-----------------------------------------------------------------------
Summary of changes:
.../patches/libcurl/ppc-amigaos/lib.amigaos.c.p | 21 --------------------
1 file changed, 21 deletions(-)
diff --git a/sdk/recipes/patches/libcurl/ppc-amigaos/lib.amigaos.c.p
b/sdk/recipes/patches/libcurl/ppc-amigaos/lib.amigaos.c.p
index 1c3293b..384bcd5 100644
--- a/sdk/recipes/patches/libcurl/ppc-amigaos/lib.amigaos.c.p
+++ b/sdk/recipes/patches/libcurl/ppc-amigaos/lib.amigaos.c.p
@@ -10,24 +10,3 @@
TAG_DONE);
if(enabled) {
-@@ -132,20 +134,6 @@
- struct SocketIFace *ISocket = __CurlISocket;
-
- if(SocketFeatures & HAVE_BSDSOCKET_GETHOSTBYNAME_R) {
-- LONG h_errnop = 0;
-- struct hostent *buf;
--
-- buf = calloc(1, CURL_HOSTENT_SIZE);
-- if(buf) {
-- h = gethostbyname_r((STRPTR)hostname, buf,
-- (char *)buf + sizeof(struct hostent),
-- CURL_HOSTENT_SIZE - sizeof(struct hostent),
-- &h_errnop);
-- if(h) {
-- ai = Curl_he2ai(h, port);
-- }
-- free(buf);
-- }
- }
- else {
- #ifdef CURLRES_THREADED
--
Cross-compilation toolchains and environments
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]