diff options
author | 2013-10-24 11:31:43 +0000 | |
---|---|---|
committer | 2013-10-24 11:31:43 +0000 | |
commit | 7b2d60742912a27e72b97f75e56b23cb0851c329 (patch) | |
tree | 4dadc7f386be5956237ac3229782d1934ddd5d54 /sys/net/if_tun.c | |
parent | s/ALLWINNER/SUNXI/g (diff) | |
download | wireguard-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.c | 6 |
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 |