commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 21/43: startup: Fix retrieving the privileged ports.


From: Samuel Thibault
Subject: [hurd] 21/43: startup: Fix retrieving the privileged ports.
Date: Mon, 11 Sep 2017 07:10:10 +0000

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

sthibault pushed a commit to branch upstream
in repository hurd.

commit e2823ba8f994292ecb92b83dfa3174e6f11c92fd
Author: Justus Winter <address@hidden>
Date:   Fri Aug 11 18:07:25 2017 +0200

    startup: Fix retrieving the privileged ports.
    
    * startup/startup.c: Give the privileged ports to the glibc so that
    other code can get them.
---
 startup/startup.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/startup/startup.c b/startup/startup.c
index 5c46c0f..c76c830 100644
--- a/startup/startup.c
+++ b/startup/startup.c
@@ -117,8 +117,10 @@ static struct ntfy_task *ntfy_tasks;
 /* Our receive right */
 static mach_port_t startup;
 
-/* Ports to the kernel */
-static mach_port_t host_priv, device_master;
+/* Ports to the kernel.  We use alias to the internal glibc locations
+   so that other code can get them using get_privileged_ports.  */
+#define host_priv      _hurd_host_priv
+#define device_master  _hurd_device_master
 
 /* Args to bootstrap, expressed as flags */
 static int bootstrap_args = 0;

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