Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/dreamcast/dev/maple
Module Name: src
Committed By: mjf
Date: Sun Oct 19 14:05:49 UTC 2008
Modified Files:
src/sys/arch/dreamcast/dev/maple: maple.c
Log Message:
Fix debug code that had bitrotted. This allows the maple(4) driver to
be compiled with MAPLE_DEBUG defined.
o line 798: variable buf shadows previous local
o line 1425: event_thread is no longer a struct proc but now is
a lwp_t. Use the correct p_pid member.
To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/sys/arch/dreamcast/dev/maple/maple.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