diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-09-23 19:58:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-09-23 19:58:45 +0000 |
commit | a6c7b9e5ec9f24210b2da8a13a77c0f315816875 (patch) | |
tree | dc3f1035de7ac29dd0babad2c1cbc53cbcaf5c02 /hurd | |
parent | d2d13e32e0eae607258797092e82de597be249ad (diff) |
Formerly fs.defs.~66~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fs.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs index 5e73529b..c793700a 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -148,10 +148,10 @@ routine file_pathconf ( out value: int); /* Return the node for hard links to this potentially translated file. - This returns an unauthenticated node. */ + This returns a potentially unauthenticated node. */ routine file_getlinknode ( file: file_t; - out linknode: file_t); + out linknode: mach_port_send_t); /* Return a file handle for this file. This can be used by NFS and such. It is not guaranteed that this call will work...if it doesn't, then this @@ -180,7 +180,7 @@ routine dir_pathtrans ( mode: mode_t; out do_retry: retry_type; out retry_name: string_t; - out result: file_t); + out result: mach_port_send_t); /* Read dir entries from the directory. Amount must be a multiple of the block size of the file as returned by stat. Offset should |