Subject: PR/36431 CVS commit: src/sys/kern
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: David Laight <dsl@netbsd.org>
List: netbsd-bugs
Date: 06/03/2007 08:00:06
The following reply was made to PR kern/36431; it has been noted by GNATS.

From: David Laight <dsl@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36431 CVS commit: src/sys/kern
Date: Sun,  3 Jun 2007 07:47:51 +0000 (UTC)

 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.