From 930fa77076874655179341433b4f8066deefb0b8 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Mon, 9 Nov 2015 22:47:17 -0800 Subject: uClibc: Reduce supported versions This commit reduces the number of supported versions to: * 0.9.33.2 * custom location Signed-off-by: Bryan Hundven --- .../0.9.30/100-fix-gethostent_r-failure-retval.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 patches/uClibc/0.9.30/100-fix-gethostent_r-failure-retval.patch (limited to 'patches/uClibc/0.9.30/100-fix-gethostent_r-failure-retval.patch') diff --git a/patches/uClibc/0.9.30/100-fix-gethostent_r-failure-retval.patch b/patches/uClibc/0.9.30/100-fix-gethostent_r-failure-retval.patch deleted file mode 100644 index 34e18d21..00000000 --- a/patches/uClibc/0.9.30/100-fix-gethostent_r-failure-retval.patch +++ /dev/null @@ -1,17 +0,0 @@ -Original patch from Gentoo. - --= BEGIN original header =- --= END original header =- - -diff -durN uClibc-0.9.30.orig/libc/inet/resolv.c uClibc-0.9.30/libc/inet/resolv.c ---- uClibc-0.9.30.orig/libc/inet/resolv.c 2008-11-02 01:25:33.000000000 +0100 -+++ uClibc-0.9.30/libc/inet/resolv.c 2009-02-07 09:57:59.000000000 +0100 -@@ -1788,7 +1788,7 @@ - int gethostent_r(struct hostent *result_buf, char *buf, size_t buflen, - struct hostent **result, int *h_errnop) - { -- int ret; -+ int ret = HOST_NOT_FOUND; - - __UCLIBC_MUTEX_LOCK(mylock); - if (__gethostent_fp == NULL) { -- cgit v1.2.3