commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 05/36: hurd: add _reply suffix to the routines in fsys_reply.defs


From: Samuel Thibault
Subject: [hurd] 05/36: hurd: add _reply suffix to the routines in fsys_reply.defs
Date: Tue, 24 Sep 2013 12:31:13 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit b0475fd6207dbd5ce66ae5e7e610942074ccb70c
Author: Justus Winter <address@hidden>
Date:   Thu Sep 19 11:12:49 2013 +0200

    hurd: add _reply suffix to the routines in fsys_reply.defs
    
    * 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);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]