mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
449 B
Diff
13 lines
449 B
Diff
diff --git a/tools/power/acpi/tools/acpidump/acpidump.c b/tools/power/acpi/tools/acpidump/acpidump.c
|
|
index a84553a..df453cc 100644
|
|
--- a/tools/power/acpi/tools/acpidump/acpidump.c
|
|
+++ b/tools/power/acpi/tools/acpidump/acpidump.c
|
|
@@ -49,8 +49,6 @@ typedef int s32;
|
|
typedef unsigned char u8;
|
|
typedef unsigned short u16;
|
|
typedef unsigned int u32;
|
|
-typedef unsigned long long u64;
|
|
-typedef long long s64;
|
|
#endif
|
|
|
|
#include <sys/mman.h>
|