diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-10-24 11:31:44 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-10-24 11:31:44 +0000 |
commit | 136fdf7e9dc1a1f341afcb8045eec2144920aec0 (patch) | |
tree | 4504bf6e2f3c1088b1f696a7353d1cd5ba3d3305 /sys/net/if_tun.c | |
parent | 29d19e36891dce247a1a79fee765288dc7366aed (diff) |
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 |