From 99b578501643377e0b1994b2a068b790d189d5ad Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 13 Jun 2018 09:41:01 -0400 Subject: [PATCH] remove extra decl Signed-off-by: Peter Jones --- src/efibootmgr.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/efibootmgr.c b/src/efibootmgr.c index de38f01..4e1a680 100644 --- a/src/efibootmgr.c +++ b/src/efibootmgr.c @@ -1536,9 +1536,6 @@ parse_opts(int argc, char **argv) "invalid numeric value %s\n", optarg); } - /* XXX efivar-36 accidentally doesn't have a public - * header for this */ - extern int efi_set_verbose(int verbosity, FILE *errlog); efi_set_verbose(opts.verbose - 2, stderr); break; case 'V': -- 2.24.0 s'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-11-27gnu: libksysguard: Remove reference to '%outputs'....* gnu/packages/kde-plasma.scm (libksysguard)[arguments]: Remove reference to '%outputs' and use gexps. Ludovic Courtès
2021-07-24gnu: Simplify "Xvbf" invocation in pre-check phases....* gnu/packages/geo.scm (qgis)[arguments]: Simplify invocation of 'Xvfb' in 'check' phase, assuming 'Xvfb' is in $PATH. * gnu/packages/graphics.scm (opensubdiv)[arguments]: Likewise. * gnu/packages/java-graphics.scm (java-piccolo2d-extras)[arguments]: Likewise. * gnu/packages/kde-frameworks.scm (kcontacts)[arguments]: Likewise. (kdeclarative)[arguments]: Likewise. * gnu/packages/kde-multimedia.scm (elisa)[arguments]: Likewise. * gnu/packages/kde-plasma.scm (kscreenlocker)[arguments]: Likewise. * gnu/packages/radio.scm (gnuradio)[arguments]: Likewise. * gnu/packages/education.scm (gcompris-qt)[arguments]: Likewise. * gnu/packages/freedesktop.scm (weston)[arguments]: Likewise. Ludovic Courtès
2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer