Date: Fri, 23 Oct 2015 14:15:26 +0300 From: Gleb Smirnoff <glebius@FreeBSD.org> To: Andriy Voskoboinyk <avos@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r289762 - in head/tools/regression/net80211: ccmp tkip wep Message-ID: <20151023111526.GS97830@FreeBSD.org> In-Reply-To: <201510221708.t9MH8D5v062527@repo.freebsd.org> References: <201510221708.t9MH8D5v062527@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Andriy, On Thu, Oct 22, 2015 at 05:08:13PM +0000, Andriy Voskoboinyk wrote: A> Log: A> Unbreak regression testing tools for net80211 crypto cipher modules A> A> Approved by: adrian (mentor) A> Differential Revision: https://reviews.freebsd.org/D3441 A> A> Modified: A> head/tools/regression/net80211/ccmp/test_ccmp.c A> head/tools/regression/net80211/tkip/test_tkip.c A> head/tools/regression/net80211/wep/test_wep.c A> A> Modified: head/tools/regression/net80211/ccmp/test_ccmp.c A> ============================================================================== A> --- head/tools/regression/net80211/ccmp/test_ccmp.c Thu Oct 22 16:46:30 2015 (r289761) A> +++ head/tools/regression/net80211/ccmp/test_ccmp.c Thu Oct 22 17:08:12 2015 (r289762) A> @@ -53,6 +53,7 @@ A> #include <sys/socket.h> A> A> #include <net/if.h> A> +#include <net/if_var.h> A> #include <net/if_media.h> What do you need if_var.h for? The change is quite long, and not obvious, so I can't find it myself. I cleansed up userland from using if_var.h recently, so I am surprised you need. In the projects/ifnet branch the if_var.h is all embraced into _KERNEL ifdef. -- Totus tuus, Glebius.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151023111526.GS97830>