summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/fsys_reply.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/fsys_reply.defs b/hurd/fsys_reply.defs
index 2f5b0351..89fb3a4b 100644
--- a/hurd/fsys_reply.defs
+++ b/hurd/fsys_reply.defs
@@ -77,12 +77,12 @@ simpleroutine fsys_get_options_reply (
RETURN_CODE_ARG;
options: data_t);
-simpleroutine fsys_get_children (
+simpleroutine fsys_get_children_reply (
server: fsys_t;
RETURN_CODE_ARG;
children: data_t);
-simpleroutine fsys_get_source (
+simpleroutine fsys_get_source_reply (
server: fsys_t;
RETURN_CODE_ARG;
source: string_t);