forked from Imagelibrary/rtems
2011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/libc/gethostbydns.c: Comment out __dns_getanswer (Unused).
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* libnetworking/libc/gethostbydns.c: Comment out __dns_getanswer
|
||||||
|
(Unused).
|
||||||
|
|
||||||
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* rtems/src/ratemonperiod.c: Make _Rate_monotonic_Update_statistics
|
* rtems/src/ratemonperiod.c: Make _Rate_monotonic_Update_statistics
|
||||||
|
|||||||
@@ -456,6 +456,7 @@ gethostanswer(
|
|||||||
return (NULL);
|
return (NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
struct hostent *
|
struct hostent *
|
||||||
__dns_getanswer(const char *answer, int anslen, const char *qname, int qtype)
|
__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));
|
return(gethostanswer((const querybuf *)answer, anslen, qname, qtype));
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
struct hostent *
|
struct hostent *
|
||||||
_gethostbydnsname(
|
_gethostbydnsname(
|
||||||
|
|||||||
Reference in New Issue
Block a user