[BACK]Return to init_main.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/init_main.c between version 1.262 and 1.263

version 1.262, 2006/02/12 01:32:06 version 1.263, 2006/03/07 03:32:06
Line 79  __KERNEL_RCSID(0, "$NetBSD$");
Line 79  __KERNEL_RCSID(0, "$NetBSD$");
 #include "opt_multiprocessor.h"  #include "opt_multiprocessor.h"
 #include "opt_pipe.h"  #include "opt_pipe.h"
 #include "opt_syscall_debug.h"  #include "opt_syscall_debug.h"
 #include "opt_systrace.h"  
 #include "opt_posix.h"  #include "opt_posix.h"
 #include "opt_kcont.h"  #include "opt_kcont.h"
 #include "opt_verified_exec.h"  #include "opt_verified_exec.h"
Line 129  __KERNEL_RCSID(0, "$NetBSD$");
Line 128  __KERNEL_RCSID(0, "$NetBSD$");
 #ifdef P1003_1B_SEMAPHORE  #ifdef P1003_1B_SEMAPHORE
 #include <sys/ksem.h>  #include <sys/ksem.h>
 #endif  #endif
 #ifdef SYSTRACE  
 #include <sys/systrace.h>  
 #endif  
 #include <sys/domain.h>  #include <sys/domain.h>
 #include <sys/namei.h>  #include <sys/namei.h>
 #if NRND > 0  #if NRND > 0

Legend:
Removed from v.1.262  
changed lines
  Added in v.1.263

CVSweb <webmaster@jp.NetBSD.org>