diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-09-19 11:12:49 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-19 23:33:14 +0200 |
commit | b0475fd6207dbd5ce66ae5e7e610942074ccb70c (patch) | |
tree | 6803fa1c8bf361964fd2431e6ee415b3caabd268 /hurd | |
parent | e19cc6184fb99394845d56e6e915fea9805e5c28 (diff) |
hurd: add _reply suffix to the routines in fsys_reply.defs
* hurd/fsys_reply.defs: Add _reply suffix.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fsys_reply.defs | 4 |
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); |