summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-11-15 03:40:15 +0000
committerume <ume@FreeBSD.org>2005-11-15 03:40:15 +0000
commit92c433a7228ece0d0ce208728d3edf155a3b3398 (patch)
tree4f41305eb9ba9578978bfac259261039110c5ce5
parentd5b90683597f09d12419317086200f387bc2b95a (diff)
downloadFreeBSD-src-92c433a7228ece0d0ce208728d3edf155a3b3398.zip
FreeBSD-src-92c433a7228ece0d0ce208728d3edf155a3b3398.tar.gz
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
-rw-r--r--lib/libc/net/name6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c
index 9de33ed..4e85933 100644
--- a/lib/libc/net/name6.c
+++ b/lib/libc/net/name6.c
@@ -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"
OpenPOWER on IntegriCloud