[BACK]Return to kern_exec.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_exec.c between version 1.145 and 1.145.2.1

version 1.145, 2001/09/18 19:36:33 version 1.145.2.1, 2001/11/12 21:18:46
Line 32 
Line 32 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
   #include <sys/cdefs.h>
   __KERNEL_RCSID(0, "$NetBSD$");
   
 #include "opt_ktrace.h"  #include "opt_ktrace.h"
 #include "opt_syscall_debug.h"  #include "opt_syscall_debug.h"
   

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.145.2.1

CVSweb <webmaster@jp.NetBSD.org>