diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-22 02:03:34 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-22 02:03:34 +0000 |
commit | 8088d87d1bdb405307dd9878fb71c9dfa4c9779b (patch) | |
tree | 7604afe5ae02aa3393ea64e738f60f2df1072505 /hurd | |
parent | f2a642fba690d8b392727b226b537ac91b524b80 (diff) |
Formerly fsys.defs.~34~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fsys.defs | 5 |
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); |