diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-09-23 19:55:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-09-23 19:55:20 +0000 |
commit | e2e8662cb721d78a77f605a72ff82d59e610c9ca (patch) | |
tree | 30c8c1b27bb362e1774facf4f72a0825bc98fc4f /hurd/fsys.defs | |
parent | c363d5a28b5f89f00c4e9aeab49cd4ec62d64014 (diff) |
Formerly fsys.defs.~26~
Diffstat (limited to 'hurd/fsys.defs')
-rw-r--r-- | hurd/fsys.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index 10b680ef..13e47a5c 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -31,8 +31,8 @@ FSYS_IMPORTS routine fsys_startup ( bootstrap: mach_port_t; control_port: fsys_t; - out realnode: file_t; - out dotdot_node: file_t); + out realnode: mach_port_send_t; + out dotdot_node: mach_port_send_t); /* Filesystem should go away. Bye. */ routine fsys_goaway ( @@ -57,4 +57,4 @@ routine fsys_getfile ( uids: idarray_t; gids: idarray_t; filehandle: data_t; - out file: file_t); + out file: mach_port_send_t); |