From e42ea2e6a67fdf30bd7c2df53725d4d2226374d3 Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Mon, 22 Jun 2026 02:07:08 +0000 Subject: [PATCH] stos: limine: Translate types Signed-off-by: Chloe M. --- paw/stos/head/lib/limine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paw/stos/head/lib/limine.h b/paw/stos/head/lib/limine.h index 6dbff55..855991c 100644 --- a/paw/stos/head/lib/limine.h +++ b/paw/stos/head/lib/limine.h @@ -563,7 +563,7 @@ struct limine_efi_memmap_request { struct limine_date_at_boot_response { UQUAD revision; - int64_t timestamp; + QUAD timestamp; }; struct limine_date_at_boot_request {