Fix a build error on GNU/Hurd for pciutils 3.7.0. commit 053cf6c8b2acafadf828912828336d90fe9b8696 Author: Martin Mares Date: Sun May 31 11:53:28 2020 +0200 HURD backend should compile again Fixes a bug introduced by commit 82c06b47dea5a38075ce9d56f743360bc47b4c78. diff --git a/lib/hurd.c b/lib/hurd.c index 7b3b2ae..ccd92f6 100644 --- a/lib/hurd.c +++ b/lib/hurd.c @@ -307,7 +307,6 @@ hurd_fill_regions(struct pci_dev *d) d->base_addr[i] |= regions[i].is_64 << 2; d->base_addr[i] |= regions[i].is_prefetchable << 3; - if (flags & PCI_FILL_SIZES) - d->size[i] = regions[i].size; + d->size[i] = regions[i].size; } } 9be'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/pm.scm
AgeCommit message (Expand)Author
2019-08-26services: tlp, thermald: Add descriptions....Ludovic Courtès
2018-06-20services: Fix GPLv3 header in cuirass and pm modules....Nils Gillmann
2017-05-14services: Add 'thermald-service-type'....Christopher Allan Webber
2017-04-16services: Add a default value to various service types....Ludovic Courtès
2017-03-31doc: Fix typos....Eric Bavier
2017-03-24gnu: Add tlp service....Mathieu Othacehe