Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Takayoshi Kochi <kochi@netbsd.org>
List: source-changes
Date: 08/15/2003 17:22:26
Module Name: src
Committed By: kochi
Date: Fri Aug 15 17:22:25 UTC 2003
Modified Files:
src/sys/dev/acpi: fdc_acpi.c
Log Message:
'struct acpi_resources' will have references to malloc'ed memory.
So it's better to not to allocate on stack.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/acpi/fdc_acpi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.