[BACK]Return to kern_module.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_module.c between version 1.41 and 1.42

version 1.41, 2009/01/24 22:14:45 version 1.42, 2009/02/13 22:41:04
Line 38  __KERNEL_RCSID(0, "$NetBSD$");
Line 38  __KERNEL_RCSID(0, "$NetBSD$");
   
 #ifdef _KERNEL_OPT  #ifdef _KERNEL_OPT
 #include "opt_ddb.h"  #include "opt_ddb.h"
   #include "opt_modular.h"
 #endif  #endif
   
 #include <sys/param.h>  #include <sys/param.h>

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>