diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-09-27 20:01:01 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-09-27 20:01:01 +0000 |
commit | 3e1ff388798ecc1894ffdadb261a0bdb2850c357 (patch) | |
tree | 0bece875ccf7ea71e28a405b128579d11b49520f | |
parent | a6c7b9e5ec9f24210b2da8a13a77c0f315816875 (diff) |
Formerly fsys.defs.~27~
-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 13e47a5c..a22081c2 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -49,7 +49,7 @@ routine fsys_getroot ( flags: int; uids: idarray_t; gids: idarray_t; - out file: mach_port_move_send_t); + out file: mach_port_send_t); /* Get a file given a file handle (see file_getfh). */ routine fsys_getfile ( |