Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 09/23/2006 03:34:19
Module Name: src
Committed By: jmcneill
Date: Sat Sep 23 03:34:19 UTC 2006
Modified Files:
src/sys/compat/mach: mach_message.c
Log Message:
In mach_msg_receive(), don't declare 'struct proc *p' unless either
DEBUG_MACH_MSG or KTRACE are defined. The variable is unused otherwise,
resulting in a compile error. Fixes PR# 33211.
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/sys/compat/mach/mach_message.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.