Date: Fri, 23 Oct 2015 14:24:44 +0300 From: "Andriy Voskoboinyk" <andriyvos@gmail.com> To: "Gleb Smirnoff" <glebius@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: <op.x6yhzip5ttaai5@localhost> In-Reply-To: <20151023111526.GS97830@FreeBSD.org> References: <201510221708.t9MH8D5v062527@repo.freebsd.org> <20151023111526.GS97830@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. > This is not userland (every folder contains one source file for one kernel module).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.x6yhzip5ttaai5>