summaryrefslogtreecommitdiff
path: root/hurd/fs.defs
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/fs.defs')
-rw-r--r--hurd/fs.defs20
1 files changed, 2 insertions, 18 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs
index a4a48cc8..6c0b5731 100644
--- a/hurd/fs.defs
+++ b/hurd/fs.defs
@@ -353,21 +353,5 @@ routine file_reparent (
parent: mach_port_t;
out new_file: mach_port_send_t);
-/* Return any active translators bound to nodes below FILE. CHILDREN
- is an argz vector containing file names relative to the path of
- FILE. */
-routine file_get_children (
- file: file_t;
- RPT
- out children: data_t);
-
-/* Return information about the source of FILE. If the concept of a
- source is applicable, SOURCE should refer to the source of FILE and
- should be a description considered appropriate in the context of
- the translator. For example, if FILE refers to a node on a
- filesystems, SOURCE should be the file name of the underlying block
- device. */
-routine file_get_source (
- file: file_t;
- RPT
- out source: string_t);
+skip; /* Was: file_get_children. */
+skip; /* Was: file_get_source. */