summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p')
-rw-r--r--sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p36
1 files changed, 22 insertions, 14 deletions
diff --git a/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p b/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p
index 024cf92..6237496 100644
--- a/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p
+++ b/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p
@@ -1,18 +1,26 @@
---- src/tool_operate.c.orig 2018-01-26 13:44:37.960724591 +0000
-+++ src/tool_operate.c 2018-01-26 13:44:48.385035073 +0000
-@@ -1832,15 +1832,6 @@
- }
- }
+--- src/tool_operate.c.orig 2019-02-14 14:10:08.086190650 +0000
++++ src/tool_operate.c 2019-02-14 14:10:04.862196063 +0000
+@@ -33,6 +33,10 @@
+ # include <fabdef.h>
+ #endif
+
++#ifdef __AMIGA__
++#include <proto/dos.h>
++#endif
++
+ #include "strcase.h"
--#ifdef __AMIGA__
-- if(!result && outs.s_isreg && outs.filename) {
-- /* Set the url (up to 80 chars) as comment for the file */
+ #define ENABLE_CURLX_PRINTF
+@@ -1856,9 +1860,9 @@
+ #ifdef __AMIGA__
+ if(!result && outs.s_isreg && outs.filename) {
+ /* Set the url (up to 80 chars) as comment for the file */
- if(strlen(url) > 78)
- url[79] = '\0';
- SetComment(outs.filename, url);
-- }
--#endif
--
- #if defined(HAVE_UTIME) || \
- (defined(WIN32) && (SIZEOF_CURL_OFF_T >= 8))
- /* File time can only be set _after_ the file has been closed */
++ if(strlen(urlnode->url) > 78)
++ urlnode->url[79] = '\0';
++ /*SetComment(outs.filename, urlnode->url);*/ /* cannot get a header to include that provides this function */
+ }
+ #endif
+