logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0001-remove-extra-decl.patch (864B)


  1. From b60ba776eb8969d7631a6fecafd5040d7331a050 Mon Sep 17 00:00:00 2001
  2. From: Peter Jones <pjones@redhat.com>
  3. Date: Wed, 13 Jun 2018 09:41:01 -0400
  4. Subject: [PATCH] remove extra decl
  5. Upstream: 99b578501643377e0b1994b2a068b790d189d5ad
  6. Signed-off-by: Peter Jones <pjones@redhat.com>
  7. ---
  8. src/efibootmgr.c | 3 ---
  9. 1 file changed, 3 deletions(-)
  10. diff --git a/src/efibootmgr.c b/src/efibootmgr.c
  11. index de38f01..4e1a680 100644
  12. --- a/src/efibootmgr.c
  13. +++ b/src/efibootmgr.c
  14. @@ -1536,9 +1536,6 @@ parse_opts(int argc, char **argv)
  15. "invalid numeric value %s\n",
  16. optarg);
  17. }
  18. - /* XXX efivar-36 accidentally doesn't have a public
  19. - * header for this */
  20. - extern int efi_set_verbose(int verbosity, FILE *errlog);
  21. efi_set_verbose(opts.verbose - 2, stderr);
  22. break;
  23. case 'V':
  24. --
  25. 2.19.1