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; } } nchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP
AgeCommit message (Expand)Author
2021-05-20The #guix channel is hosted by Libera Chat....* README (Contact): Update network name. * ROADMAP: Likewise. * doc/contributing.texi (Contributing): Likewise. * doc/guix.texi (After System Installation): Likewise. Tobias Geerinckx-Rice
2016-01-29Rename 'dmd' to 'shepherd' in comments and strings....* build-aux/hydra/demo-os.scm (operating-system)[issue]: Point to shepherd instead of dmd. * ROADMAP: Likewise. * gnu/build/install.scm (directives): Adjust comment. Alex Kost
2015-01-22doc: Update 'ROADMAP'....Suggested by Omar Radwan <toxemicsquire4@gmail.com>. * ROADMAP: Rewrite. Ludovic Courtès
2014-01-03