git: 58b95f5f8667 - stable/14 - stand/efi: Request ACPI use the system inttypes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Apr 2024 02:34:41 UTC
The branch stable/14 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=58b95f5f86671c68aa05973e14d842d9151a75a5 commit 58b95f5f86671c68aa05973e14d842d9151a75a5 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2023-11-21 15:56:35 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-04-16 02:32:04 +0000 stand/efi: Request ACPI use the system inttypes With the system inttypes, we build on all platforms again. Suggested by: andrew Fixes: 0b01d45783c3 Sponsored by: Netflix (cherry picked from commit 488bc7e9a77763dde6919d3c83e57d1fc8175ca2) --- stand/efi/loader/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c index 4100c0680b7f..73c61f5dac71 100644 --- a/stand/efi/loader/main.c +++ b/stand/efi/loader/main.c @@ -60,6 +60,7 @@ #include "efizfs.h" #include "framebuffer.h" +#define ACPI_USE_SYSTEM_INTTYPES #include "platform/acfreebsd.h" #include "acconfig.h" #define ACPI_SYSTEM_XFACE