Repository: uClibc/libc/inet who: andersen time: Mon Feb 25 22:02:20 EST 2002 Log Message: Thomas Fritzsche noticed that __open_etc_hosts was only changing a local copy of the FILE pointer, thereby causing /etc/hosts lookups to fail with Resolver errors. This patch from Thomas fixes the problem. Files: changed: resolv.c