Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/sys
Module Name: src
Committed By: dyoung
Date: Thu Nov 13 21:15:01 UTC 2008
Modified Files:
src/sys/sys: device.h
Log Message:
Only define 'struct device' if _KERNEL is #defined, so that I can
add a kmutex_t and a kcondvar_t to struct device, later, without
breaking userland. Userland does not use struct device.
To generate a diff of this commit:
cvs rdiff -r1.114 -r1.115 src/sys/sys/device.h
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