remove cruft from old resolver and numeric ip parsing
authorRich Felker <dalias@aerifal.cx>
Mon, 2 Jun 2014 09:00:48 +0000 (05:00 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 2 Jun 2014 09:00:48 +0000 (05:00 -0400)
commit76f440cff73878a7359e944618a7722dfd23bdec
tree1792a5a1b2db7e946fcdda1da16e7bb0e1641127
parent3330198060c7b3165a2fba530ffde5fc6706ecf2
remove cruft from old resolver and numeric ip parsing

the old resolver code used a function __ipparse which contained the
logic for inet_addr and inet_aton, which is needed in getaddrinfo.
this was phased out in the resolver overhaul in favor of directly
using inet_aton and inet_pton as appropriate.

this commit cleans up some stuff that was left behind.
src/network/__dns.h [deleted file]
src/network/__ipparse.c [deleted file]
src/network/inet_addr.c
src/network/inet_aton.c [new file with mode: 0644]
src/network/inet_legacy.c
src/network/lookup_name.c