Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern smoke the smoke, hack the hack, *beep* the *beep*, ...
details: https://anonhg.NetBSD.org/src/rev/82e4970b81d2
branches: trunk
changeset: 755587:82e4970b81d2
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Jun 10 19:06:26 2010 +0000
description:
smoke the smoke, hack the hack, *beep* the *beep*, _KERNEL_OPT the _KERNEL_POT
diffstat:
sys/kern/kern_proc.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r fbc9ec86b148 -r 82e4970b81d2 sys/kern/kern_proc.c
--- a/sys/kern/kern_proc.c Thu Jun 10 18:35:22 2010 +0000
+++ b/sys/kern/kern_proc.c Thu Jun 10 19:06:26 2010 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index