From ce373088e92bac7ac85c40f1d1935cb9ee5cfd67 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 7 Dec 2011 05:19:07 +0000 Subject: =?UTF-8?q?2011-12-07=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libnetworking/libc/gethostbydns.c: Comment out __dns_getanswer (Unused). --- cpukit/libnetworking/libc/gethostbydns.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libnetworking/libc/gethostbydns.c') diff --git a/cpukit/libnetworking/libc/gethostbydns.c b/cpukit/libnetworking/libc/gethostbydns.c index 532dbfd1f6..68af27d7fc 100644 --- a/cpukit/libnetworking/libc/gethostbydns.c +++ b/cpukit/libnetworking/libc/gethostbydns.c @@ -456,6 +456,7 @@ gethostanswer( return (NULL); } +#if 0 struct hostent * __dns_getanswer(const char *answer, int anslen, const char *qname, int qtype) { @@ -473,6 +474,7 @@ __dns_getanswer(const char *answer, int anslen, const char *qname, int qtype) return(gethostanswer((const querybuf *)answer, anslen, qname, qtype)); } +#endif struct hostent * _gethostbydnsname( -- cgit v1.2.3