diff options
-rw-r--r-- | hurd/fsys.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index a179d471..cd1b4f9f 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -70,6 +70,6 @@ routine fsys_getpriv ( port to identify itself before otherwise using the port. */ routine fsys_init ( fsys: fsys_t; - proc_server: proc_t; + proc_server: mach_port_move_send_t; auth_handle: auth_t); |