summaryrefslogtreecommitdiff
path: root/pkg/efibootmgr/patch/0001-remove-extra-decl.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-12-06 22:54:42 -0800
committerMichael Forney <mforney@mforney.org>2018-12-23 13:40:48 -0800
commitd84192da7ee80885b586bae30125cf84a9166bad (patch)
tree620ad465940aff316fa9c5c8c9caa47dccaf7d4a /pkg/efibootmgr/patch/0001-remove-extra-decl.patch
parent506a146fe48ce91e07942e3ff2ea4e7093419ef6 (diff)
efivar: Update to 37
Diffstat (limited to 'pkg/efibootmgr/patch/0001-remove-extra-decl.patch')
-rw-r--r--pkg/efibootmgr/patch/0001-remove-extra-decl.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/pkg/efibootmgr/patch/0001-remove-extra-decl.patch b/pkg/efibootmgr/patch/0001-remove-extra-decl.patch
new file mode 100644
index 00000000..b382c3ba
--- /dev/null
+++ b/pkg/efibootmgr/patch/0001-remove-extra-decl.patch
@@ -0,0 +1,27 @@
+From b60ba776eb8969d7631a6fecafd5040d7331a050 Mon Sep 17 00:00:00 2001
+From: Peter Jones <pjones@redhat.com>
+Date: Wed, 13 Jun 2018 09:41:01 -0400
+Subject: [PATCH] remove extra decl
+
+Signed-off-by: Peter Jones <pjones@redhat.com>
+---
+ src/efibootmgr.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/src/efibootmgr.c b/src/efibootmgr.c
+index de38f01..4e1a680 100644
+--- a/src/efibootmgr.c
++++ b/src/efibootmgr.c
+@@ -1536,9 +1536,6 @@ parse_opts(int argc, char **argv)
+ "invalid numeric value %s\n",
+ optarg);
+ }
+- /* XXX efivar-36 accidentally doesn't have a public
+- * header for this */
+- extern int efi_set_verbose(int verbosity, FILE *errlog);
+ efi_set_verbose(opts.verbose - 2, stderr);
+ break;
+ case 'V':
+--
+2.19.1
+