aboutsummaryrefslogtreecommitdiff
path: root/devel/acpicatools/files/patch-osunixxf.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/acpicatools/files/patch-osunixxf.c')
-rw-r--r--devel/acpicatools/files/patch-osunixxf.c31
1 files changed, 29 insertions, 2 deletions
diff --git a/devel/acpicatools/files/patch-osunixxf.c b/devel/acpicatools/files/patch-osunixxf.c
index 5dae056fe40c..5daa75ae95e8 100644
--- a/devel/acpicatools/files/patch-osunixxf.c
+++ b/devel/acpicatools/files/patch-osunixxf.c
@@ -1,5 +1,32 @@
---- acpica-unix-20030523/osunixxf.c.orig Sat May 24 09:11:02 2003
-+++ acpica-unix-20030523/osunixxf.c Thu Jun 12 17:03:26 2003
+--- acpica-unix-20030523/osunixxf.c.orig 2003-05-24 03:11:02.000000000 +0300
++++ acpica-unix-20030523/osunixxf.c 2007-08-28 15:57:49.000000000 +0300
+@@ -452,7 +452,7 @@
+ ACPI_STATUS
+ AcpiOsMapMemory (
+ ACPI_PHYSICAL_ADDRESS where,
+- UINT32 length,
++ ACPI_SIZE length,
+ void **there)
+ {
+ *there = (void *) (UINT32) where;
+@@ -478,7 +478,7 @@
+ void
+ AcpiOsUnmapMemory (
+ void *where,
+- UINT32 length)
++ ACPI_SIZE length)
+ {
+
+ return;
+@@ -499,7 +499,7 @@
+
+ void *
+ AcpiOsAllocate (
+- UINT32 size)
++ ACPI_SIZE size)
+ {
+ void *Mem;
+
@@ -815,7 +815,7 @@
UINT32 milliseconds)
{