OSDN Git Service

remove obsolete and unused gethostbyaddr implementation
authorRich Felker <dalias@aerifal.cx>
Thu, 7 Jul 2016 01:15:00 +0000 (21:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 7 Jul 2016 01:15:00 +0000 (21:15 -0400)
commit7c82870d4543f0eeb0e3a2638b083ff97b41a0fb
treef277bead00c1025daa77751eb4062f18372ce6f3
parent5ab0b20ea6fc5a5609825a874bf7d79c4f987792
remove obsolete and unused gethostbyaddr implementation

this code was already under #if 0, but could be confusing if a reader
didn't notice that, and it's almost surely full of bugs and/or
inconsistencies with the current code that uses the gethostbyname2_r
backend.
src/network/gethostbyname.c