From d60a016c21b9c1076eae7221aa336b77677536eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Zavam?= Date: Wed, 23 Oct 2019 08:19:01 +0000 Subject: [PATCH] sysutils/shim: fix building * files/ patch-lib-console.c: %s/EFI_WARN_UNKOWN_GLYPH/EFI_WARN_UNKNOWN_GLYPH/g --- sysutils/shim/files/patch-lib-console.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/shim/files/patch-lib-console.c diff --git a/sysutils/shim/files/patch-lib-console.c b/sysutils/shim/files/patch-lib-console.c new file mode 100644 index 000000000000..9b8771a6298e --- /dev/null +++ b/sysutils/shim/files/patch-lib-console.c @@ -0,0 +1,11 @@ +--- lib/console.c.orig 2019-10-23 08:09:31 UTC ++++ lib/console.c +@@ -360,7 +360,7 @@ static struct { + { EFI_SECURITY_VIOLATION, L"Security Violation"}, + + // warnings +- { EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"}, ++ { EFI_WARN_UNKNOWN_GLYPH, L"Warning Unknown Glyph"}, + { EFI_WARN_DELETE_FAILURE, L"Warning Delete Failure"}, + { EFI_WARN_WRITE_FAILURE, L"Warning Write Failure"}, + { EFI_WARN_BUFFER_TOO_SMALL, L"Warning Buffer Too Small"},