Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf DTrace: only build in kernel CTF support if DTrace ...
details: https://anonhg.NetBSD.org/src/rev/464a758726db
branches: trunk
changeset: 752958:464a758726db
user: darran <darran%NetBSD.org@localhost>
date: Sat Mar 13 08:33:26 2010 +0000
description:
DTrace: only build in kernel CTF support if DTrace support is enabled
(i.e. options KDTRACE_HOOKS).
diffstat:
sys/conf/files | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9f416b162949 -r 464a758726db sys/conf/files
--- a/sys/conf/files Sat Mar 13 07:21:37 2010 +0000
+++ b/sys/conf/files Sat Mar 13 08:33:26 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.981 2010/03/12 21:43:11 darran Exp $
+# $NetBSD: files,v 1.982 2010/03/13 08:33:26 darran Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20090313
@@ -1424,7 +1424,7 @@
file kern/kern_condvar.c
file kern/kern_core.c coredump
file kern/kern_cpu.c
-file kern/kern_ctf.c
+file kern/kern_ctf.c kdtrace_hooks
file kern/kern_descrip.c
file kern/kern_event.c
file kern/kern_exec.c
Home |
Main Index |
Thread Index |
Old Index