summaryrefslogtreecommitdiff
path: root/hurd/fs.defs
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/fs.defs')
-rw-r--r--hurd/fs.defs10
1 files changed, 0 insertions, 10 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs
index 46646d80..3d6894c5 100644
--- a/hurd/fs.defs
+++ b/hurd/fs.defs
@@ -299,13 +299,3 @@ routine file_get_translator_cntl (
file: file_t;
out translator_cntl: mach_port_send_t);
-/* Activate FILE's translator if necessary, and open a port to it with
- FLAGS and retry protocol as for dir_pathtrans; if FLAGS contains
- O_NOTRANS, this will start the translator set on FILE, but circumvent
- the translator set on the resultant node. */
-routine file_invoke_translator (
- file: file_t;
- flags: int;
- out do_retry: retry_type;
- out retry_name: string_t;
- out result: mach_port_send_t);