From 014194de605990c6bdce52e03ee3dc1df13c45e8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 2 Nov 2015 18:12:16 +0000 Subject: uclibc: remove version 0.9.33 Latest uClibc-ng is now the only supported option Signed-off-by: Felix Fietkau SVN-Revision: 47357 --- .../133-inet6-scoped-getnameinfo.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 toolchain/uClibc/patches-0.9.33.2/133-inet6-scoped-getnameinfo.patch (limited to 'toolchain/uClibc/patches-0.9.33.2/133-inet6-scoped-getnameinfo.patch') diff --git a/toolchain/uClibc/patches-0.9.33.2/133-inet6-scoped-getnameinfo.patch b/toolchain/uClibc/patches-0.9.33.2/133-inet6-scoped-getnameinfo.patch deleted file mode 100644 index 390e06ddb7..0000000000 --- a/toolchain/uClibc/patches-0.9.33.2/133-inet6-scoped-getnameinfo.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/libc/inet/resolv.c -+++ b/libc/inet/resolv.c -@@ -317,6 +317,7 @@ Domain name in a message can be represen - #include - #include - #include -+#include - #include - #include "internal/parse_config.h" - -@@ -1861,7 +1862,6 @@ int getnameinfo(const struct sockaddr *s - c = inet_ntop(AF_INET6, - (const void *) &sin6p->sin6_addr, - host, hostlen); --#if 0 - /* Does scope id need to be supported? */ - uint32_t scopeid; - scopeid = sin6p->sin6_scope_id; -@@ -1898,7 +1898,6 @@ int getnameinfo(const struct sockaddr *s - return EAI_SYSTEM; - memcpy(host + real_hostlen, scopebuf, scopelen + 1); - } --#endif - } - #endif /* __UCLIBC_HAS_IPV6__ */ - #if defined __UCLIBC_HAS_IPV4__ -- cgit v1.2.3