summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/ppc-amigaos/lib.easy.c.p
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-10-19 22:22:41 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-10-19 22:22:41 +0100
commitc496a0595bbef7cd3ad796b59d12189defda79a1 (patch)
treefa42a74efe92b0fe10bf4cf0002174f549e45a97 /sdk/recipes/patches/libcurl/ppc-amigaos/lib.easy.c.p
parent538d44c32f7983c4a2ffe07d3e14def30a2220a9 (diff)
downloadtoolchains-c496a0595bbef7cd3ad796b59d12189defda79a1.tar.gz
toolchains-c496a0595bbef7cd3ad796b59d12189defda79a1.tar.bz2
Update patches for 7.28.0, disable ntlm-wb for ppc-amigaos
Diffstat (limited to 'sdk/recipes/patches/libcurl/ppc-amigaos/lib.easy.c.p')
-rw-r--r--sdk/recipes/patches/libcurl/ppc-amigaos/lib.easy.c.p27
1 files changed, 0 insertions, 27 deletions
diff --git a/sdk/recipes/patches/libcurl/ppc-amigaos/lib.easy.c.p b/sdk/recipes/patches/libcurl/ppc-amigaos/lib.easy.c.p
deleted file mode 100644
index c98b845..0000000
--- a/sdk/recipes/patches/libcurl/ppc-amigaos/lib.easy.c.p
+++ /dev/null
@@ -1,27 +0,0 @@
---- lib/easy.c.old 2010-12-29 16:14:23.000000000 +0000
-+++ lib/easy.c 2010-12-29 16:15:10.000000000 +0000
-@@ -263,13 +263,6 @@
- return CURLE_FAILED_INIT;
- }
-
--#ifdef __AMIGA__
-- if(!amiga_init()) {
-- DEBUGF(fprintf(stderr, "Error: amiga_init failed\n"));
-- return CURLE_FAILED_INIT;
-- }
--#endif
--
- #ifdef NETWARE
- if(netware_init()) {
- DEBUGF(fprintf(stderr, "Warning: LONG namespace not available\n"));
-@@ -358,10 +351,6 @@
- if(init_flags & CURL_GLOBAL_WIN32)
- win32_cleanup();
-
--#ifdef __AMIGA__
-- amiga_cleanup();
--#endif
--
- #if defined(USE_LIBSSH2) && defined(HAVE_LIBSSH2_EXIT)
- (void)libssh2_exit();
- #endif