aboutsummaryrefslogtreecommitdiff
path: root/extra/efivar/patches
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2024-10-02 15:02:29 +0200
committerCem Keylan <cem@ckyln.com>2024-10-02 15:02:29 +0200
commit659291c67657d6e45fd57b8cb06a535356fb1006 (patch)
tree09bf451af41802ed8bfb1d2efd3208beb22d88b5 /extra/efivar/patches
parent8b715fa1757ce3ec27f0ff9cf9e6dc5eb0dfd10d (diff)
downloadrepository-659291c67657d6e45fd57b8cb06a535356fb1006.tar.gz
efivar: bump to 39
Diffstat (limited to 'extra/efivar/patches')
-rw-r--r--extra/efivar/patches/musl-compat.patch20
1 files changed, 0 insertions, 20 deletions
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),