Module Name:    src
Committed By:   pooka
Date:           Thu Jun 10 19:06:26 UTC 2010

Modified Files:
        src/sys/kern: kern_proc.c

Log Message:
smoke the smoke, hack the hack, *beep* the *beep*, _KERNEL_OPT the _KERNEL_POT


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/sys/kern/kern_proc.c

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

Modified files:

Index: src/sys/kern/kern_proc.c
diff -u src/sys/kern/kern_proc.c:1.164 src/sys/kern/kern_proc.c:1.165
--- src/sys/kern/kern_proc.c:1.164	Fri Jun  4 23:02:18 2010
+++ src/sys/kern/kern_proc.c	Thu Jun 10 19:06:26 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: kern_proc.c,v 1.164 2010/06/04 23:02:18 rmind Exp $	*/
+/*	$NetBSD: kern_proc.c,v 1.165 2010/06/10 19:06:26 pooka Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -62,11 +62,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.164 2010/06/04 23:02:18 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.165 2010/06/10 19:06:26 pooka Exp $");
 
+#ifdef _KERNEL_OPT
 #include "opt_kstack.h"
 #include "opt_maxuprc.h"
 #include "opt_dtrace.h"
+#endif
 
 #include <sys/param.h>
 #include <sys/systm.h>

Reply via email to