summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tun.c
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-10-24 11:31:43 +0000
committermpi <mpi@openbsd.org>2013-10-24 11:31:43 +0000
commit7b2d60742912a27e72b97f75e56b23cb0851c329 (patch)
tree4dadc7f386be5956237ac3229782d1934ddd5d54 /sys/net/if_tun.c
parents/ALLWINNER/SUNXI/g (diff)
downloadwireguard-openbsd-7b2d60742912a27e72b97f75e56b23cb0851c329.tar.xz
wireguard-openbsd-7b2d60742912a27e72b97f75e56b23cb0851c329.zip
Remove the number of in6_var.h inclusions by moving some functions and
global variables to in6.h. ok deraadt@
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r--sys/net/if_tun.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index a258b99fc93..d36479b438e 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tun.c,v 1.119 2013/10/23 15:12:42 mpi Exp $ */
+/* $OpenBSD: if_tun.c,v 1.120 2013/10/24 11:31:43 mpi Exp $ */
/* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */
/*
@@ -69,10 +69,6 @@
#include <netinet/if_ether.h>
#endif
-#ifdef INET6
-#include <netinet6/in6_var.h>
-#endif
-
#ifdef PIPEX
#include <net/pipex.h>
#endif