cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

Maxim Sobolev sobomax at portaone.com
Fri Jul 8 18:59:29 GMT 2005


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


More information about the cvs-src mailing list