summaryrefslogtreecommitdiff
path: root/proc/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc/host.c')
-rw-r--r--proc/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/host.c b/proc/host.c
index b5c93b47..6841273d 100644
--- a/proc/host.c
+++ b/proc/host.c
@@ -71,7 +71,7 @@ S_proc_getprivports (struct proc *p,
return EPERM;
*hostpriv = _hurd_host_priv;
- *devpriv = master_device_port;
+ *devpriv = _hurd_device_master;
return 0;
}