summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-30 00:59:59 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-30 01:12:13 +0200
commiteb1b2057d839249c955189c2cba8bc37c66d4151 (patch)
tree4af9bc647e298fd06082cc21db1ff60267c925d1 /hurd
parentf0cacda83293e4d792b8d12665fcb795dc11d6fc (diff)
Fix types of read write and readables methods
This completes 5adb4b834b1e
Diffstat (limited to 'hurd')
-rw-r--r--hurd/pci.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/pci.defs b/hurd/pci.defs
index 23c90334..e258f5ce 100644
--- a/hurd/pci.defs
+++ b/hurd/pci.defs
@@ -51,7 +51,7 @@ routine pci_conf_write(
*/
routine pci_get_ndevs(
master: pci_t;
- out ndevs: vm_size_t
+ out ndevs: mach_msg_type_number_t
);
/*