summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/ppc-amigaos/lib.url.c.p
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/recipes/patches/libcurl/ppc-amigaos/lib.url.c.p')
-rw-r--r--sdk/recipes/patches/libcurl/ppc-amigaos/lib.url.c.p11
1 files changed, 0 insertions, 11 deletions
diff --git a/sdk/recipes/patches/libcurl/ppc-amigaos/lib.url.c.p b/sdk/recipes/patches/libcurl/ppc-amigaos/lib.url.c.p
deleted file mode 100644
index 0700566..0000000
--- a/sdk/recipes/patches/libcurl/ppc-amigaos/lib.url.c.p
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/url.c 2014-05-26 18:40:19.896019262 +0100
-+++ lib/url.c 2014-05-26 18:40:01.224019316 +0100
-@@ -4004,7 +4004,7 @@ static CURLcode parseurlandfillconn(stru
- }
- else {
- /* Zone identifier is not numeric */
--#if defined(HAVE_NET_IF_H) && defined(IFNAMSIZ)
-+#if defined(HAVE_NET_IF_H) && defined(IFNAMSIZ) && !defined(__amigaos4__)
- char ifname[IFNAMSIZ + 2];
- char *square_bracket;
- unsigned int scopeidx = 0;