From e2823ba8f994292ecb92b83dfa3174e6f11c92fd Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 11 Aug 2017 18:07:25 +0200 Subject: 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(-) (limited to 'startup/startup.c') diff --git a/startup/startup.c b/startup/startup.c index 5c46c0f1..c76c8304 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; -- cgit v1.2.3