summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2002-06-30 23:22:22 +0000
committeriwasaki <iwasaki@FreeBSD.org>2002-06-30 23:22:22 +0000
commitcceeb62b51c6090d800c2339edaedebb39780ff2 (patch)
treea2bc37b1d0c4e41b0e06f1cb258e3d4394f4e4bd
parent3d9c5fc677afd2a8d449ee00c5005544a0360de3 (diff)
downloadFreeBSD-src-cceeb62b51c6090d800c2339edaedebb39780ff2.zip
FreeBSD-src-cceeb62b51c6090d800c2339edaedebb39780ff2.tar.gz
Fix a build problem for the ACPI CA 20020404 import.
Add definition of COMPILER_DEPENDENT_INT64 and also fix definition of COMPILER_DEPENDENT_UINT64. Pointed-out by: Michael Nottebrock <michaelnottebrock@gmx.net>
-rw-r--r--sys/boot/i386/libi386/biosacpi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/i386/libi386/biosacpi.c b/sys/boot/i386/libi386/biosacpi.c
index 343f407..d4918df 100644
--- a/sys/boot/i386/libi386/biosacpi.c
+++ b/sys/boot/i386/libi386/biosacpi.c
@@ -30,7 +30,8 @@
#include <machine/stdarg.h>
#include <bootstrap.h>
-#define COMPILER_DEPENDENT_UINT64 long long
+#define COMPILER_DEPENDENT_INT64 long long
+#define COMPILER_DEPENDENT_UINT64 unsigned long long
#include "actypes.h"
#include "actbl.h"
OpenPOWER on IntegriCloud