diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-04-30 01:29:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-04-30 01:29:08 +0000 |
commit | e96f496ede8723a6c5eed1a59b03fb82f81a745d (patch) | |
tree | 4397c7e52d3c5366eee10e3815beff64b834ff14 | |
parent | 39e35a1d8068cb644ac065b1f21b78f6a574aad7 (diff) |
Formerly fsys.defs.~25~
-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). */ |