diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-07-09 17:54:02 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-07-09 17:54:02 +0000 |
| commit | 98479b041be7f19337ddb26b39a446fe2d0a25bf (patch) | |
| tree | dfd1e75d9d7a42530736716ee1fc7c35f267f753 /sys/boot | |
| parent | 155ce7bfa36f5650520f1fd7343c3b7c3b559a19 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/libi386/biosacpi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/i386/libi386/biosacpi.c b/sys/boot/i386/libi386/biosacpi.c index d4918dfca6567..f10b006a6167a 100644 --- a/sys/boot/i386/libi386/biosacpi.c +++ b/sys/boot/i386/libi386/biosacpi.c @@ -30,8 +30,7 @@ #include <machine/stdarg.h> #include <bootstrap.h> -#define COMPILER_DEPENDENT_INT64 long long -#define COMPILER_DEPENDENT_UINT64 unsigned long long +#include "acfreebsd.h" #include "actypes.h" #include "actbl.h" |
