From 78d51c7b15fc92383c6c68b46966248bdaf2bf1a Mon Sep 17 00:00:00 2001 From: glebius Date: Mon, 6 Apr 2015 09:42:23 +0000 Subject: Stop including if_var.h from userland. Sponsored by: Nginx, Inc. --- usr.bin/netstat/bpf.c | 1 - usr.bin/netstat/if.c | 1 - usr.bin/netstat/inet6.c | 1 - 3 files changed, 3 deletions(-) (limited to 'usr.bin/netstat') diff --git a/usr.bin/netstat/bpf.c b/usr.bin/netstat/bpf.c index b48f9a1..60546e3 100644 --- a/usr.bin/netstat/bpf.c +++ b/usr.bin/netstat/bpf.c @@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index cc8405e..f04c531 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index 0d2006a..3535f45 100644 --- a/usr.bin/netstat/inet6.c +++ b/usr.bin/netstat/inet6.c @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include -- cgit v1.1