Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern _KERNEL_OPT wrap
details: https://anonhg.NetBSD.org/src/rev/0891c70d8c1e
branches: trunk
changeset: 337645:0891c70d8c1e
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Apr 22 16:43:11 2015 +0000
description:
_KERNEL_OPT wrap
diffstat:
sys/kern/kern_clock.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 2446a38e3202 -r 0891c70d8c1e sys/kern/kern_clock.c
--- a/sys/kern/kern_clock.c Wed Apr 22 16:42:24 2015 +0000
+++ b/sys/kern/kern_clock.c Wed Apr 22 16:43:11 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_clock.c,v 1.132 2015/04/22 16:42:24 pooka Exp $ */
+/* $NetBSD: kern_clock.c,v 1.133 2015/04/22 16:43:11 pooka Exp $ */
/*-
* Copyright (c) 2000, 2004, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -69,11 +69,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_clock.c,v 1.132 2015/04/22 16:42:24 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_clock.c,v 1.133 2015/04/22 16:43:11 pooka Exp $");
+#ifdef _KERNEL_OPT
#include "opt_dtrace.h"
#include "opt_ntp.h"
#include "opt_perfctrs.h"
+#endif
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index