From: Eric Andersen Date: Fri, 20 Apr 2001 19:14:22 +0000 (-0000) Subject: Use the real getnetbyname(), not the stub in resolv.c X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4d7c5fea1ce2cca0275f58a86138bc402a7f09fe;p=uclinux-h8%2Fuclibc-ng.git Use the real getnetbyname(), not the stub in resolv.c --- diff --git a/libc/inet/Makefile b/libc/inet/Makefile index 1f67d9ae7..d7493be13 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -34,7 +34,7 @@ MOBJ2=encodeh.o decodeh.o encoded.o decoded.o lengthd.o encodeq.o \ decodeq.o lengthq.o encodea.o decodea.o encodep.o decodep.o \ formquery.o dnslookup.o resolveaddress.o resolvemailbox.o \ opennameservers.o closenameservers.o resolvename.o gethostbyname.o\ - getnetbyname.o res_init.o res_query.o gethostbyaddr.o \ + res_init.o res_query.o gethostbyaddr.o \ get_hosts_byname.o get_hosts_byaddr.o read_etc_hosts.o