summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/gethostbydns.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/libc/gethostbydns.c2
1 files changed, 2 insertions, 0 deletions
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(