summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/fsys.defs5
1 files changed, 3 insertions, 2 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs
index 66d1f42a..34ef05f5 100644
--- a/hurd/fsys.defs
+++ b/hurd/fsys.defs
@@ -64,10 +64,11 @@ routine fsys_getfile (
routine fsys_getpriv (
fsys: fsys_t;
out host_priv: mach_port_t;
- out device_master: mach_port_t);
+ out device_master: mach_port_t;
+ out fstask: task_t);
routine fsys_init (
fsys: fsys_t;
- proc_server: mach_port_move_send_t;
+ proc_server: mach_port_send_t;
auth_handle: auth_t);