aboutsummaryrefslogtreecommitdiffstats
path: root/local-configure.patch
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-08-03 14:37:21 -0700
committerElliott Hughes <enh@google.com>2018-08-03 14:37:21 -0700
commit72d948d9a2b7be19b761bd3c69ae851a2708f36c (patch)
treeb099486ec60f2b93bb10d5b4c4f08d1f5ea63c02 /local-configure.patch
parentfedb562bb5945f38ff423cca9d8ed6b80e74bf8e (diff)
downloadexternal_curl-72d948d9a2b7be19b761bd3c69ae851a2708f36c.tar.gz
external_curl-72d948d9a2b7be19b761bd3c69ae851a2708f36c.tar.bz2
external_curl-72d948d9a2b7be19b761bd3c69ae851a2708f36c.zip
Update to curl 7.61.0 - July 11 2018.
Bug: N/A Test: builds, boots, `vendor/google/tools/fake-ota on streaming` works Change-Id: I9ae854de01fd5854f3a9e9a1b8443755fe8a22b4
Diffstat (limited to 'local-configure.patch')
-rw-r--r--local-configure.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/local-configure.patch b/local-configure.patch
index 68ad1c64..2d1580c7 100644
--- a/local-configure.patch
+++ b/local-configure.patch
@@ -46,28 +46,28 @@ index f9aef69e2..f5ba92735 100644
-#define SEND_TYPE_RETV int
+#define SEND_TYPE_RETV ssize_t
- /* The size of `curl_off_t', as computed by sizeof. */
+ /* The number of bytes in type curl_off_t */
#define SIZEOF_CURL_OFF_T 8
@@ -892,24 +896,9 @@
- /* The size of `int', as computed by sizeof. */
+ /* The number of bytes in type int */
#define SIZEOF_INT 4
--/* The size of `long', as computed by sizeof. */
+-/* The number of bytes in type long */
-#define SIZEOF_LONG 4
-
--/* The size of `long long', as computed by sizeof. */
+-/* The number of bytes in type long long */
-/* #undef SIZEOF_LONG_LONG */
-
--/* The size of `off_t', as computed by sizeof. */
+-/* The number of bytes in type off_t */
-#define SIZEOF_OFF_T 8
-
- /* The size of `short', as computed by sizeof. */
+ /* The number of bytes in type short */
#define SIZEOF_SHORT 2
--/* The size of `size_t', as computed by sizeof. */
+-/* The number of bytes in type size_t */
-#define SIZEOF_SIZE_T 4
-
--/* The size of `time_t', as computed by sizeof. */
+-/* The number of bytes in type time_t */
-#define SIZEOF_TIME_T 4
-
/* Define to 1 if you have the ANSI C header files. */