summaryrefslogtreecommitdiffstats
path: root/libc/netbsd
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2009-06-11 19:33:45 -0700
committerLorenzo Colitti <lorenzo@google.com>2009-06-16 18:55:37 -0700
commitc52c174e412fa6c829cf6353ce8dbebdf710511f (patch)
tree0a45a8dbd770b3a7222ff24105cff47ec0b1f978 /libc/netbsd
parent040ae31701ea2583225b5ff9cc5b91de2719f7e8 (diff)
downloadbionic-c52c174e412fa6c829cf6353ce8dbebdf710511f.zip
bionic-c52c174e412fa6c829cf6353ce8dbebdf710511f.tar.gz
bionic-c52c174e412fa6c829cf6353ce8dbebdf710511f.tar.bz2
Make IPv6 definitions comply with RFC 3493:
- Add some definitions to netinet/in6.h - Include netinet/in6.h from netinet/in.h
Diffstat (limited to 'libc/netbsd')
-rw-r--r--libc/netbsd/resolv/res_send.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/netbsd/resolv/res_send.c b/libc/netbsd/resolv/res_send.c
index 3aca760..696f8cf 100644
--- a/libc/netbsd/resolv/res_send.c
+++ b/libc/netbsd/resolv/res_send.c
@@ -95,7 +95,6 @@ __RCSID("$NetBSD: res_send.c,v 1.9 2006/01/24 17:41:25 christos Exp $");
#include <sys/uio.h>
#include <netinet/in.h>
-#include <netinet/in6.h>
#include "arpa_nameser.h"
#include <arpa/inet.h>