diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-06-30 23:22:22 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-06-30 23:22:22 +0000 |
| commit | fc574399875911e8f80ad4dcbf94927fd4e8472d (patch) | |
| tree | a2bc37b1d0c4e41b0e06f1cb258e3d4394f4e4bd /sys/boot | |
| parent | f83c4a42ea554ba9117da0084608e8db0785cc38 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/libi386/biosacpi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/i386/libi386/biosacpi.c b/sys/boot/i386/libi386/biosacpi.c index 343f407c8fbff..d4918dfca6567 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" |
