summaryrefslogtreecommitdiffstats
path: root/src/curl-1-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/curl-1-fixes.patch')
-rw-r--r--src/curl-1-fixes.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/curl-1-fixes.patch b/src/curl-1-fixes.patch
deleted file mode 100644
index 7e2af38..0000000
--- a/src/curl-1-fixes.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-diff -ur curl-7.30.0.orig/lib/connect.c curl-7.30.0/lib/connect.c
---- curl-7.30.0.orig/lib/connect.c 2013-05-09 16:46:48.000000000 +1000
-+++ curl-7.30.0/lib/connect.c 2013-05-09 16:50:27.000000000 +1000
-@@ -427,8 +427,8 @@
- So the scope ID, if present, is known to be numeric */
- si6->sin6_scope_id = atoi(scope_ptr);
- }
-- }
- #endif
-+ }
- sizeof_sa = sizeof(struct sockaddr_in6);
- }
- else