diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-07-14 22:48:30 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-07-14 22:48:30 +0000 |
| commit | eddfbb763ded6b5f6777335142be9a0edab628bb (patch) | |
| tree | 13848f891fb2f7a396281b31633563d0f764ff65 /sys/net/if_faith.c | |
| parent | 2286fe763592aa13d320186bf3e233a560af749b (diff) | |
Notes
Diffstat (limited to 'sys/net/if_faith.c')
| -rw-r--r-- | sys/net/if_faith.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/if_faith.c b/sys/net/if_faith.c index 3b60d2c3598c..cbca740ed5db 100644 --- a/sys/net/if_faith.c +++ b/sys/net/if_faith.c @@ -77,7 +77,6 @@ #include <netinet6/in6_var.h> #include <netinet/ip6.h> #include <netinet6/ip6_var.h> -#include <netinet6/vinet6.h> #endif #define FAITHNAME "faith" @@ -328,7 +327,6 @@ static int faithprefix(in6) struct in6_addr *in6; { - INIT_VNET_INET6(curvnet); struct rtentry *rt; struct sockaddr_in6 sin6; int ret; |
