curl: update to 7.55.1

This commit is contained in:
Tom G. Christensen
2017-08-19 22:20:20 +02:00
parent e152d2fcd9
commit fdc58b3faf
5 changed files with 33 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
--- curl-7.55.1/include/curl/system.h.socklen_t 2017-08-18 22:07:38.315224000 +0200
+++ curl-7.55.1/include/curl/system.h 2017-08-18 22:54:17.204258000 +0200
@@ -447,7 +447,7 @@
# define CURL_SUFFIX_CURL_OFF_T L
# define CURL_SUFFIX_CURL_OFF_TU UL
# endif
-# define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
+# define CURL_TYPEOF_CURL_SOCKLEN_T int
# define CURL_SIZEOF_CURL_SOCKLEN_T 4
# define CURL_PULL_SYS_TYPES_H 1
# define CURL_PULL_SYS_SOCKET_H 1

View File

@@ -0,0 +1,10 @@
--- curl-7.55.1/tests/server/tftpd.c.stropts 2017-08-08 00:42:29.000000000 +0200
+++ curl-7.55.1/tests/server/tftpd.c 2017-08-19 00:08:11.691109000 +0200
@@ -51,6 +51,7 @@
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
+#include <stropts.h>
#endif
#ifdef HAVE_SIGNAL_H
#include <signal.h>