From f70a4c8f6c68af755701c30ec9e98be342d71242 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 14 Feb 1997 01:30:23 +0000 Subject: (file_reparent): Renamed from dir_reparent. --- hurd/fs.defs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hurd') diff --git a/hurd/fs.defs b/hurd/fs.defs index 9241de46..535d7fb8 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -340,10 +340,10 @@ routine file_get_fs_options ( RPT out options: data_t); -/* Return a new directory port, NEW_DIR, with the same semantics as DIR, but - with lookups of `..' redirected to PARENT. */ -routine dir_reparent ( - dir: file_t; +/* Return a new file, NEW_FILE, with the same semantics as FILE, but + with lookups of `..' (if FILE is a directory) redirected to PARENT. */ +routine file_reparent ( + file: file_t; RPT parent: mach_port_t; - out new_dir: mach_port_send_t); + out new_file: mach_port_send_t); -- cgit v1.2.3