diff options
author | njl <njl@FreeBSD.org> | 2003-08-12 04:56:45 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2003-08-12 04:56:45 +0000 |
commit | f7a72db8a5fc28c6067312d7e8b803ceda5ba841 (patch) | |
tree | 7d1011875e9fc77dddd38daa537fe24d82a5f660 /sys/contrib | |
parent | eb75f40ad2074b07832a39b3efe86f0eb98e3fa7 (diff) | |
parent | 8ee2083a45d902f399603bc6df52aef0dc32fccb (diff) | |
download | FreeBSD-src-f7a72db8a5fc28c6067312d7e8b803ceda5ba841.zip FreeBSD-src-f7a72db8a5fc28c6067312d7e8b803ceda5ba841.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r118812,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib')
-rw-r--r-- | sys/contrib/dev/acpica/osunixxf.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |