From 8ee2083a45d902f399603bc6df52aef0dc32fccb Mon Sep 17 00:00:00 2001 From: njl Date: Tue, 12 Aug 2003 04:56:45 +0000 Subject: Fix a few more s/UINT32/ACPI_SIZE issues. iasl and acpidb now build on ia64. Tested on: pluto2 Pointed out by: tinderbox --- sys/contrib/dev/acpica/osunixxf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/contrib/dev') diff --git a/sys/contrib/dev/acpica/osunixxf.c b/sys/contrib/dev/acpica/osunixxf.c index 993eb5f..0e8e26b 100644 --- a/sys/contrib/dev/acpica/osunixxf.c +++ b/sys/contrib/dev/acpica/osunixxf.c @@ -478,7 +478,7 @@ AcpiOsMapMemory ( void AcpiOsUnmapMemory ( void *where, - UINT32 length) + ACPI_SIZE length) { return; @@ -499,7 +499,7 @@ AcpiOsUnmapMemory ( void * AcpiOsAllocate ( - UINT32 size) + ACPI_SIZE size) { void *Mem; -- cgit v1.1