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

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 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':