1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-05 18:05:16 +00:00

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.

PR:		kern/88241
Submitted by:	Dan Lukes <dan__at__obluda.cz>
MFC after:	3 days
This commit is contained in:
Hajimu UMEMOTO 2005-11-15 03:40:15 +00:00
parent 5cc0208a75
commit 4a58c5f5a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152445

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"