Skip to content

Hurd: avoid using the deprecated RPC pci_get_ndevs()

Joan Lledó requested to merge jlledom/libpciaccess:hurd-remove-get-ndevs into master

This patch removes all references to the deprecated RPC get_ndevs.

It also includes minor fixes:

  • enum_devices: Call closedir on error, to avoid memory leaks
  • pci_system_hurd_create:
  • Use a weak reference to know whether a client is an arbiter
  • Clean up when the device scan fails.

Merge request reports