Make IPv6 definitions comply with RFC 3493:

- Add some definitions to netinet/in6.h
 - Include netinet/in6.h from netinet/in.h
This commit is contained in:
Lorenzo Colitti
2009-06-11 19:33:45 -07:00
parent 040ae31701
commit c52c174e41
4 changed files with 12 additions and 2 deletions

View File

@@ -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>