cvs commit: src/sys/dev/acpica acpi_video.c
Nate Lawson
njl at FreeBSD.org
Sat Jul 24 10:51:23 PDT 2004
njl 2004-07-24 17:51:22 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_video.c
Log:
Fix a bug where an item was being removed from a list without using
FOREACH_SAFE. Remove bad cast of retp and instead use an additional
arg to pass back the number of valid outputs. Use the package convenience
functions for parsing packages.
Revision Changes Path
1.7 +29 -34 src/sys/dev/acpica/acpi_video.c
More information about the cvs-src
mailing list