wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/efibootmgr/stuff/patches/efibootmgr.c-17	Sun Mar 13 07:13:46 2022 +0100
     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':