summaryrefslogtreecommitdiff
path: root/hurd/fs.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-10-27 18:49:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-10-27 18:49:35 +0000
commit8130a74f97f281bfcf8196934021a8f7d2cb8567 (patch)
tree079d0d37ce2bc5e756afda9bf4fb90595c8ed8b9 /hurd/fs.defs
parentc452eeea5ad8618cedeeb1f60cb42be35adb5010 (diff)
(file_invoke_translateo): Function deleted.
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);