wok annotate 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 (2022-05-21)
parents
children
rev   line source
Hans-G?nter@24510 1 diff --git a/src/efibootmgr.c b/src/efibootmgr.c
Hans-G?nter@24510 2 index de38f01..4e1a680 100644
Hans-G?nter@24510 3 --- a/src/efibootmgr.c
Hans-G?nter@24510 4 +++ b/src/efibootmgr.c
Hans-G?nter@24510 5 @@ -1536,9 +1536,6 @@ parse_opts(int argc, char **argv)
Hans-G?nter@24510 6 "invalid numeric value %s\n",
Hans-G?nter@24510 7 optarg);
Hans-G?nter@24510 8 }
Hans-G?nter@24510 9 - /* XXX efivar-36 accidentally doesn't have a public
Hans-G?nter@24510 10 - * header for this */
Hans-G?nter@24510 11 - extern int efi_set_verbose(int verbosity, FILE *errlog);
Hans-G?nter@24510 12 efi_set_verbose(opts.verbose - 2, stderr);
Hans-G?nter@24510 13 break;
Hans-G?nter@24510 14 case 'V':