wok diff efibootmgr/stuff/patches/efibootmgr.c-17 @ rev 25365
cpige: apply gibor patch (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 28 15:03:09 2022 +0000 (2022-07-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/efibootmgr/stuff/patches/efibootmgr.c-17 Thu Jul 28 15:03:09 2022 +0000 1.3 @@ -0,0 +1,14 @@ 1.4 +diff --git a/src/efibootmgr.c b/src/efibootmgr.c 1.5 +index de38f01..4e1a680 100644 1.6 +--- a/src/efibootmgr.c 1.7 ++++ b/src/efibootmgr.c 1.8 +@@ -1536,9 +1536,6 @@ parse_opts(int argc, char **argv) 1.9 + "invalid numeric value %s\n", 1.10 + optarg); 1.11 + } 1.12 +- /* XXX efivar-36 accidentally doesn't have a public 1.13 +- * header for this */ 1.14 +- extern int efi_set_verbose(int verbosity, FILE *errlog); 1.15 + efi_set_verbose(opts.verbose - 2, stderr); 1.16 + break; 1.17 + case 'V':