diff options
-rw-r--r-- | hurd/fsys.defs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index ad72560e..10b680ef 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -40,9 +40,7 @@ routine fsys_goaway ( flags: int); /* Return a file to the root of the filesystem. - FLAGS are as for dir_pathtrans. - AUTH_REALNODE is an authenticated node for the user doing the - lookup to the real node underlying the port. */ + FLAGS are as for dir_pathtrans. */ routine fsys_getroot ( fsys: fsys_t; #ifdef FSYS_GETROOT_UREPLY @@ -51,7 +49,6 @@ routine fsys_getroot ( flags: int; uids: idarray_t; gids: idarray_t; - auth_realnode: mach_port_move_send_t; out file: mach_port_move_send_t); /* Get a file given a file handle (see file_getfh). */ |