Source-Changes archive

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

CVS commit: src/sys/compat/mach



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.




Home | Main Index | Thread Index | Old Index