MFC 1.55: The KAME's getipnodebyaddr() code honor the

MULTI_PTRS_ARE_ALIASES define also, but res_config.h was not
included into libc/net/name6.c.  So getipnodebyaddr() ignored
the multiple PTRs.
This commit is contained in:
ume 2005-11-18 02:32:32 +00:00
parent 58962098da
commit 40cbc7d159

View File

@ -121,6 +121,7 @@ __FBSDID("$FreeBSD$");
#include <unistd.h>
#include "un-namespace.h"
#include "netdb_private.h"
#include "res_config.h"
#ifndef _PATH_HOSTS
#define _PATH_HOSTS "/etc/hosts"