commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 33/70: Reserve RPC ID for proc_set_init_task


From: Samuel Thibault
Subject: [hurd] 33/70: Reserve RPC ID for proc_set_init_task
Date: Mon, 16 Sep 2013 07:41:40 +0000

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

sthibault pushed a commit to branch upstream
in repository hurd.

commit c879fee5caa893af35d93dc159202d8cafb0b5ae
Author: Samuel Thibault <address@hidden>
Date:   Thu Aug 29 01:45:36 2013 +0200

    Reserve RPC ID for proc_set_init_task
    
    * hurd/process.defs: Reserve RPC ID for proc_set_init_task.
    * hurd/process_reply.defs: Likewise.
    * hurd/process_request.defs: Likewise.
---
 hurd/process.defs         |    4 ++++
 hurd/process_reply.defs   |    4 ++++
 hurd/process_request.defs |    4 ++++
 3 files changed, 12 insertions(+)

diff --git a/hurd/process.defs b/hurd/process.defs
index 43cc9f2..c74031a 100644
--- a/hurd/process.defs
+++ b/hurd/process.defs
@@ -370,3 +370,7 @@ routine proc_getnports (
        process: process_t;
        which: pid_t;
        out nports: mach_msg_type_number_t);
+
+/*** Routines related to early server bootstrapping ***/
+
+skip;  /* Reserved for proc_set_init_task */
diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs
index bb66399..bea0064 100644
--- a/hurd/process_reply.defs
+++ b/hurd/process_reply.defs
@@ -174,3 +174,7 @@ simpleroutine proc_getnports (
        reply_port: reply_port_t;
        RETURN_CODE_ARG;
        nports: mach_msg_type_number_t);
+
+/*** Routines related to early server bootstrapping ***/
+
+skip;  /* Reserved for proc_set_init_task */
diff --git a/hurd/process_request.defs b/hurd/process_request.defs
index 80a2828..e36b367 100644
--- a/hurd/process_request.defs
+++ b/hurd/process_request.defs
@@ -371,3 +371,7 @@ simpleroutine proc_getnports_request (
        process: process_t;
        ureplyport reply: reply_port_t;
        which: pid_t);
+
+/*** Routines related to early server bootstrapping ***/
+
+skip;  /* Reserved for proc_set_init_task */

-- 
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]