From owner-cvs-src@FreeBSD.ORG Sat Jul 9 12:32:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C7DB16A422 for ; Sat, 9 Jul 2005 12:32:56 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F5643D45 for ; Sat, 9 Jul 2005 12:32:55 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id j69CTvT2052118 for cvs-src@FreeBSD.org.checked; Sat, 9 Jul 2005 16:29:57 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (localhost.cronyx.ru [127.0.0.1]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id j69CSwvY052105; Sat, 9 Jul 2005 16:28:58 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <42CFC0E1.5060401@cronyx.ru> Date: Sat, 09 Jul 2005 16:19:45 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Maxim Sobolev References: <200507090400.j6940gQb019077@repoman.freebsd.org> In-Reply-To: <200507090400.j6940gQb019077@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis ntoskrnl_var.h subr_ntoskrnl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 12:32:57 -0000 Maxim Sobolev: >sobomax 2005-07-09 04:00:42 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/compat/ndis ntoskrnl_var.h subr_ntoskrnl.c > Log: > MFC (sort of): revert k_lock member to be of type void* and use explicit > casts to struct mtx* where necessary, like it's done the version that > has been committed into the HEAD. > > Light shed by: scottl > PR: 81767 rik > > Revision Changes Path > 1.17.2.7 +1 -1 src/sys/compat/ndis/ntoskrnl_var.h > 1.43.2.7 +3 -3 src/sys/compat/ndis/subr_ntoskrnl.c > >