summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2004-02-16 16:58:48 +0000
committerume <ume@FreeBSD.org>2004-02-16 16:58:48 +0000
commitc4c2d3b6352fc84a4c62b987b4d9ae2732366e59 (patch)
treee53dde13209d919cd31a6e1ae432fbb4ff973efc /sys/netinet6
parent5770e21ae7592dfb58b9900e0ac4fe447673df4b (diff)
downloadFreeBSD-src-c4c2d3b6352fc84a4c62b987b4d9ae2732366e59.zip
FreeBSD-src-c4c2d3b6352fc84a4c62b987b4d9ae2732366e59.tar.gz
we don't need to include ipsec.h.
Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/nd6_nbr.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/netinet6/nd6_nbr.c b/sys/netinet6/nd6_nbr.c
index 8a26928..e8440a0 100644
--- a/sys/netinet6/nd6_nbr.c
+++ b/sys/netinet6/nd6_nbr.c
@@ -32,7 +32,6 @@
#include "opt_inet.h"
#include "opt_inet6.h"
-#include "opt_ipsec.h"
#include <sys/param.h>
#include <sys/systm.h>
@@ -60,13 +59,6 @@
#include <netinet6/nd6.h>
#include <netinet/icmp6.h>
-#ifdef IPSEC
-#include <netinet6/ipsec.h>
-#ifdef INET6
-#include <netinet6/ipsec6.h>
-#endif
-#endif
-
#include <net/net_osdep.h>
#define SDL(s) ((struct sockaddr_dl *)s)
OpenPOWER on IntegriCloud