Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: jakllsch
Date: Fri Nov 6 18:28:10 UTC 2009
Modified Files:
src/sys/dev/sysmon: sysmon_power.c
src/sys/sys: power.h
Log Message:
Fix POWER_IOC_GET_TYPE.
The longest string in use with this seems to have been "acpi",
so size_t covered that, but on 32-bit ports omited the NUL.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/sysmon/sysmon_power.c
cvs rdiff -u -r1.13 -r1.14 src/sys/sys/power.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