Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/03/2007 07:47:51
Module Name:	src
Committed By:	dsl
Date:		Sun Jun  3 07:47:51 UTC 2007

Modified Files:
	src/sys/kern: kern_subr.c

Log Message:
Move the #if at the top of trace_enter/exit back above the declaration of 'p'
(where it used to be in rev 1.147) so that this code compiles when none of
the trace options are in use.
Fixes PR kern/36431


To generate a diff of this commit:
cvs rdiff -r1.157 -r1.158 src/sys/kern/kern_subr.c

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