[BACK]Return to kern_lock.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/kern_lock.c between version 1.51.2.5 and 1.51.2.6

version 1.51.2.5, 2001/10/08 20:11:43 version 1.51.2.6, 2001/11/14 19:16:36
Line 79 
Line 79 
  *      @(#)kern_lock.c 8.18 (Berkeley) 5/21/95   *      @(#)kern_lock.c 8.18 (Berkeley) 5/21/95
  */   */
   
   #include <sys/cdefs.h>
   __KERNEL_RCSID(0, "$NetBSD$");
   
 #include "opt_multiprocessor.h"  #include "opt_multiprocessor.h"
 #include "opt_lockdebug.h"  #include "opt_lockdebug.h"
 #include "opt_ddb.h"  #include "opt_ddb.h"

Legend:
Removed from v.1.51.2.5  
changed lines
  Added in v.1.51.2.6

CVSweb <webmaster@jp.NetBSD.org>