From owner-svn-src-all@freebsd.org Fri Oct 23 11:15:29 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF1D2A1C251; Fri, 23 Oct 2015 11:15:29 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3036013CB; Fri, 23 Oct 2015 11:15:28 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.15.2/8.15.2) with ESMTPS id t9NBFQjO008120 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 23 Oct 2015 14:15:26 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.15.2/8.15.2/Submit) id t9NBFQB7008119; Fri, 23 Oct 2015 14:15:26 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 23 Oct 2015 14:15:26 +0300 From: Gleb Smirnoff To: Andriy Voskoboinyk 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> References: <201510221708.t9MH8D5v062527@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201510221708.t9MH8D5v062527@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2015 11:15:29 -0000 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 A> A> #include A> +#include A> #include 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.