Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2023 15:59:38 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 488bc7e9a777 - main - stand/efi: Request ACPI use the system inttypes
Message-ID:  <202311211559.3ALFxct5077409@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=488bc7e9a77763dde6919d3c83e57d1fc8175ca2

commit 488bc7e9a77763dde6919d3c83e57d1fc8175ca2
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-11-21 15:56:35 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-11-21 15:59:05 +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
---
 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 d6ba7ec3da44..6514fd6cd8ce 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311211559.3ALFxct5077409>