comparison core/efibootmgr/efivar.patch @ 125:407d594b43ab

core/efibootmgr: initial import, closes #1021
author David Demelier <markand@malikania.fr>
date Sun, 10 Mar 2019 14:54:37 +0100
parents
children
comparison
equal deleted inserted replaced
124:24dcabcf0297 125:407d594b43ab
1 diff --git a/src/efibootmgr.c b/src/efibootmgr.c
2 index de38f01..4e1a680 100644
3 --- a/src/efibootmgr.c
4 +++ b/src/efibootmgr.c
5 @@ -1536,9 +1536,6 @@ parse_opts(int argc, char **argv)
6 "invalid numeric value %s\n",
7 optarg);
8 }
9 - /* XXX efivar-36 accidentally doesn't have a public
10 - * header for this */
11 - extern int efi_set_verbose(int verbosity, FILE *errlog);
12 efi_set_verbose(opts.verbose - 2, stderr);
13 break;
14 case 'V':