summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-01-26 13:47:19 +0000
committerVincent Sanders <vince@kyllikki.org>2018-01-26 13:47:19 +0000
commitbbb1a52c393a2656a71000c16e6fd726fad78689 (patch)
tree0cf6f8bd18062e536206e394e19865faedd70fff
parent93aa4b4b36e5e9f8120f0e14c41e332cd22c8b06 (diff)
downloadtoolchains-bbb1a52c393a2656a71000c16e6fd726fad78689.tar.gz
toolchains-bbb1a52c393a2656a71000c16e6fd726fad78689.tar.bz2
fixup amiga curl patch
-rw-r--r--sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p8
-rw-r--r--sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p8
2 files changed, 8 insertions, 8 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 b0feb48..024cf92 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,6 +1,6 @@
---- src/tool_operate.c 2017-02-23 22:14:58.000000000 +0000
-+++ src/tool_operate.c 2017-03-26 23:54:19.624614960 +0100
-@@ -1742,15 +1742,6 @@ static CURLcode operate_do(struct Global
+--- 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 @@
}
}
@@ -14,5 +14,5 @@
-#endif
-
#if defined(HAVE_UTIME) || \
- (defined(WIN32) && (CURL_SIZEOF_CURL_OFF_T >= 8))
+ (defined(WIN32) && (SIZEOF_CURL_OFF_T >= 8))
/* File time can only be set _after_ the file has been closed */
diff --git a/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p b/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p
index b0feb48..024cf92 100644
--- a/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p
+++ b/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p
@@ -1,6 +1,6 @@
---- src/tool_operate.c 2017-02-23 22:14:58.000000000 +0000
-+++ src/tool_operate.c 2017-03-26 23:54:19.624614960 +0100
-@@ -1742,15 +1742,6 @@ static CURLcode operate_do(struct Global
+--- 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 @@
}
}
@@ -14,5 +14,5 @@
-#endif
-
#if defined(HAVE_UTIME) || \
- (defined(WIN32) && (CURL_SIZEOF_CURL_OFF_T >= 8))
+ (defined(WIN32) && (SIZEOF_CURL_OFF_T >= 8))
/* File time can only be set _after_ the file has been closed */