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

updated jwm (2.3.7 -> 2.4.1)
author Hans-G?nter Theisgen
date Sun Mar 13 07:13:46 2022 +0100 (2022-03-13)
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':