wok view efibootmgr/stuff/patches/efibootmgr.c-17 @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents
children
line source
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':