freebsd-nq/sys/dev/acpica/Osd
Peter Wemm 30171114b3 Fix a gcc-3.1+ warning.
warning: deprecated use of label at end of compound statement

ie: you cannot do this anymore:
switch(foo) {
....

default:
}
2002-03-19 11:02:06 +00:00
..
OsdDebug.c Add OS layer ACPI mutex and threading support. 2001-12-22 16:05:41 +00:00
OsdHardware.c Fix a gcc-3.1+ warning. 2002-03-19 11:02:06 +00:00
OsdInterrupt.c Match namespace cleanup changes in ACPI CA 20020217 update. 2002-02-23 05:31:38 +00:00
OsdMemory.c Fix a gcc-3.1+ warning. 2002-03-19 11:02:06 +00:00
OsdSchedule.c Do not do string concatenation with __func__ (which is not a string) 2002-03-12 00:12:59 +00:00
OsdStream.c AcpiOsPrintf and AcpiOsVprintf now return void. 2002-02-23 05:32:51 +00:00
OsdSynch.c Match namespace cleanup changes in ACPI CA 20020217 update. 2002-02-23 05:31:38 +00:00