From owner-cvs-all@FreeBSD.ORG Fri Jul 8 18:59:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 314B916A41C; Fri, 8 Jul 2005 18:59:29 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97F5843D45; Fri, 8 Jul 2005 18:59:28 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.251] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j68IxIY9070446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Jul 2005 20:59:25 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <42CECCD8.5070201@portaone.com> Date: Fri, 08 Jul 2005 21:58:32 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Kurakin References: <200507081837.j68Ib0IM082223@repoman.freebsd.org> In-Reply-To: <200507081837.j68Ib0IM082223@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/973/Fri Jul 8 19:11:29 2005 on www.portaone.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/compat/ndis subr_ntoskrnl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 18:59:29 -0000 Roman Kurakin wrote: > rik 2005-07-08 18:36:59 UTC > > FreeBSD src repository > > Modified files: > sys/compat/ndis subr_ntoskrnl.c > Log: > Use implicit type cast for ->k_lock to fix compilation of ndis > as a part of the GENERIC kernel with INVARIANT* and WITNESS* > turned off. I think the better fix is to change type of k_lock member from void* to the struct mtx*, I've already commited such change to the RELENG_5 few days ago. -Maxim