From 659291c67657d6e45fd57b8cb06a535356fb1006 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 2 Oct 2024 15:02:29 +0200 Subject: efivar: bump to 39 --- extra/efivar/patches/musl-compat.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 extra/efivar/patches/musl-compat.patch (limited to 'extra/efivar/patches') diff --git a/extra/efivar/patches/musl-compat.patch b/extra/efivar/patches/musl-compat.patch deleted file mode 100644 index 100cf871..00000000 --- a/extra/efivar/patches/musl-compat.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/guid-symbols.c Thu Apr 28 01:31:10 2022 -+++ b/src/guid-symbols.c Thu Apr 28 01:30:44 2022 -@@ -207,7 +207,7 @@ - - const struct efivar_guidname - __attribute__((__visibility__ ("default"))) -- efi_well_known_guids_[42]= { -+ efi_well_known_guids[42]= { - {.guid={.a=cpu_to_le32(0), - .b=cpu_to_le16(0), - .c=cpu_to_le16(0), -@@ -589,7 +589,7 @@ - }; - const struct efivar_guidname - __attribute__((__visibility__ ("default"))) -- efi_well_known_names_[42]= { -+ efi_well_known_names[42]= { - {.guid={.a=cpu_to_le32(0x3b053091), - .b=cpu_to_le16(0x6c9f), - .c=cpu_to_le16(0x4cc), -- cgit v1.2.3