[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/5] hurd: add _reply suffix to the routines in fsys_reply.defs
From: |
Justus Winter |
Subject: |
[PATCH 5/5] hurd: add _reply suffix to the routines in fsys_reply.defs |
Date: |
Thu, 19 Sep 2013 11:12:49 +0200 |
* hurd/fsys_reply.defs: Add _reply suffix.
---
hurd/fsys_reply.defs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hurd/fsys_reply.defs b/hurd/fsys_reply.defs
index 2f5b035..89fb3a4 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);
--
1.7.10.4
[PATCH 3/5] sutils: set up /dev/null using /bin/nullpriv in MAKEDEV.sh, Justus Winter, 2013/09/19
[PATCH 5/5] hurd: add _reply suffix to the routines in fsys_reply.defs,
Justus Winter <=
[PATCH 4/5] hurd: add _reply suffix to the routines in process_reply.defs, Justus Winter, 2013/09/19