[BACK]Return to kern_ndis.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / ndis

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/compat/ndis/Attic/kern_ndis.c between version 1.11.8.1 and 1.11.8.2

version 1.11.8.1, 2007/11/06 23:25:07 version 1.11.8.2, 2008/01/09 01:51:32
Line 561  ndis_destroy_kthreads()
Line 561  ndis_destroy_kthreads()
         }          }
   
         mtx_destroy(&ndis_req_mtx);          mtx_destroy(&ndis_req_mtx);
   #ifndef __NetBSD__
         mtx_destroy(&ndis_thr_mtx);          mtx_destroy(&ndis_thr_mtx);
   #endif
   
         return;          return;
 }  }

Legend:
Removed from v.1.11.8.1  
changed lines
  Added in v.1.11.8.2

CVSweb <webmaster@jp.NetBSD.org>