diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-10-28 02:24:39 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-10-28 02:24:39 +0000 |
commit | d33c08f0f1250bf46a791e2f6cdbbb1d0af544c1 (patch) | |
tree | 8bcf74c7f84ebfa81c43971413a19ab6b3da911d /hurd/fsys.defs | |
parent | 9903a74b5d87bd0fbca22071344c5187d2f18ef0 (diff) |
Formerly fsys.defs.~31~
Diffstat (limited to 'hurd/fsys.defs')
-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); |