summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ipxe/files/0001-build-Fix-typo-in-xenver.h-header-guard.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/ipxe/files/0001-build-Fix-typo-in-xenver.h-header-guard.patch')
-rw-r--r--recipes-extended/ipxe/files/0001-build-Fix-typo-in-xenver.h-header-guard.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-extended/ipxe/files/0001-build-Fix-typo-in-xenver.h-header-guard.patch b/recipes-extended/ipxe/files/0001-build-Fix-typo-in-xenver.h-header-guard.patch
new file mode 100644
index 00000000..089a8143
--- /dev/null
+++ b/recipes-extended/ipxe/files/0001-build-Fix-typo-in-xenver.h-header-guard.patch
@@ -0,0 +1,25 @@
1From e4795a590e3b708008a7bbd944370aef5337c561 Mon Sep 17 00:00:00 2001
2From: Michael Brown <mcb30@ipxe.org>
3Date: Sun, 27 Apr 2025 17:33:28 +0100
4Subject: [PATCH] [build] Fix typo in xenver.h header guard
5
6GCC 15 helpfully reports mismatched #ifdef and #define lines in header
7guards.
8
9Signed-off-by: Michael Brown <mcb30@ipxe.org>
10Upstream-Status: Backport [https://github.com/ipxe/ipxe/pull/1457]
11---
12 src/include/ipxe/xenver.h | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/src/include/ipxe/xenver.h b/src/include/ipxe/xenver.h
16index b29dfb321..5d820a6e7 100644
17--- a/src/include/ipxe/xenver.h
18+++ b/src/include/ipxe/xenver.h
19@@ -1,5 +1,5 @@
20 #ifndef _IPXE_XENVER_H
21-#define _IPXE_VENVER_H
22+#define _IPXE_XENVER_H
23
24 /** @file
25 *