From a6c7b9e5ec9f24210b2da8a13a77c0f315816875 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 23 Sep 1993 19:58:45 +0000 Subject: Formerly fs.defs.~66~ --- hurd/fs.defs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hurd') 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 -- cgit v1.2.3