Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Only build kern_systrace.c if the SYSTRACE option i...



details:   https://anonhg.NetBSD.org/src/rev/ae7ca16784f2
branches:  trunk
changeset: 532919:ae7ca16784f2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jun 18 00:33:57 2002 +0000

description:
Only build kern_systrace.c if the SYSTRACE option is used.

diffstat:

 sys/conf/files |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d612bcac5bbd -r ae7ca16784f2 sys/conf/files
--- a/sys/conf/files    Tue Jun 18 00:32:55 2002 +0000
+++ b/sys/conf/files    Tue Jun 18 00:33:57 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.534 2002/06/17 16:24:57 christos Exp $
+#      $NetBSD: files,v 1.535 2002/06/18 00:33:57 thorpej Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -1018,7 +1018,7 @@
 file   kern/kern_fork.c
 file   kern/kern_kthread.c
 file   kern/kern_ktrace.c
-file   kern/kern_systrace.c
+file   kern/kern_systrace.c            systrace
 file   kern/kern_lkm.c                 lkm
 file   kern/kern_lock.c
 file   kern/kern_malloc.c



Home | Main Index | Thread Index | Old Index