svn commit: r289762 - in head/tools/regression/net80211: ccmp tkip wep

Andriy Voskoboinyk andriyvos at gmail.com
Fri Oct 23 11:24:48 UTC 2015


>   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).


More information about the svn-src-head mailing list