Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/05/2008 12:30:47
Module Name:	src
Committed By:	dsl
Date:		Sat Jan  5 12:30:47 UTC 2008

Modified Files:
	src/sys/kern: kern_subr.c kern_xxx.c
	src/sys/sys: systm.h

Log Message:
Don't pass l (== curlwp) into the system call trace code.
Delete inclusion of opt_syscall_debug.h into systm.h, every kernel object
file doesn't need to depend on opt_syscall_debug.h!


To generate a diff of this commit:
cvs rdiff -r1.170 -r1.171 src/sys/kern/kern_subr.c
cvs rdiff -r1.67 -r1.68 src/sys/kern/kern_xxx.c
cvs rdiff -r1.207 -r1.208 src/sys/sys/systm.h

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