aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvctl
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2015-04-06 09:42:23 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2015-04-06 09:42:23 +0000
commit56d5e0967c9980b42eccf9bacd986d669fd86990 (patch)
tree7538bd981b1bd3304ee087f206290f42ccc104f7 /usr.sbin/rtadvctl
parentf06a9bb77e9111799c6a44e5766b02b4cd1d7bc2 (diff)
downloadsrc-56d5e0967c9980b42eccf9bacd986d669fd86990.tar.gz
src-56d5e0967c9980b42eccf9bacd986d669fd86990.zip
Stop including if_var.h from userland.
Sponsored by: Nginx, Inc.
Notes
Notes: svn path=/head/; revision=281143
Diffstat (limited to 'usr.sbin/rtadvctl')
-rw-r--r--usr.sbin/rtadvctl/rtadvctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/rtadvctl/rtadvctl.c b/usr.sbin/rtadvctl/rtadvctl.c
index 3f225187129a..f1657d799cb7 100644
--- a/usr.sbin/rtadvctl/rtadvctl.c
+++ b/usr.sbin/rtadvctl/rtadvctl.c
@@ -36,7 +36,6 @@
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_types.h>
-#include <net/if_var.h>
#include <net/ethernet.h>
#include <netinet/in.h>
#include <netinet/ip6.h>