summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2015-04-06 09:42:23 +0000
committerglebius <glebius@FreeBSD.org>2015-04-06 09:42:23 +0000
commit78d51c7b15fc92383c6c68b46966248bdaf2bf1a (patch)
tree7538bd981b1bd3304ee087f206290f42ccc104f7 /tools
parent0d3620e498ef1fb6f4bff312713b789f8f57e15e (diff)
downloadFreeBSD-src-78d51c7b15fc92383c6c68b46966248bdaf2bf1a.zip
FreeBSD-src-78d51c7b15fc92383c6c68b46966248bdaf2bf1a.tar.gz
Stop including if_var.h from userland.
Sponsored by: Nginx, Inc.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/athratestats/main.c1
-rw-r--r--tools/tools/cxgbtool/cxgbtool.c1
-rw-r--r--tools/tools/iwn/iwnstats/iwn_ioctl.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/tools/tools/ath/athratestats/main.c b/tools/tools/ath/athratestats/main.c
index 815ed91..3881e85 100644
--- a/tools/tools/ath/athratestats/main.c
+++ b/tools/tools/ath/athratestats/main.c
@@ -38,7 +38,6 @@
#include <net/ethernet.h>
#include <net/if.h>
#include <net/if_media.h>
-#include <net/if_var.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/tools/tools/cxgbtool/cxgbtool.c b/tools/tools/cxgbtool/cxgbtool.c
index f73f1a4..8eaaf28 100644
--- a/tools/tools/cxgbtool/cxgbtool.c
+++ b/tools/tools/cxgbtool/cxgbtool.c
@@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$");
#include <arpa/inet.h>
#include <net/if.h>
-#include <net/if_var.h>
#include <net/if_types.h>
#include <sys/endian.h>
diff --git a/tools/tools/iwn/iwnstats/iwn_ioctl.c b/tools/tools/iwn/iwnstats/iwn_ioctl.c
index 13c6153..97b2a91 100644
--- a/tools/tools/iwn/iwnstats/iwn_ioctl.c
+++ b/tools/tools/iwn/iwnstats/iwn_ioctl.c
@@ -38,7 +38,6 @@
#include <sys/socket.h>
#include <net/if.h>
#include <net/if_media.h>
-#include <net/if_var.h>
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud