summaryrefslogtreecommitdiff
path: root/proc/proc.h
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-27 10:38:08 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-28 13:14:29 +0100
commitf0023823ef3282bd3483e6a7aa19b0a0939a6ba4 (patch)
tree7ec906eecfd5f540e4e7810775d760f7d0bced8b /proc/proc.h
parent2c9422595f41635e2f4f7ef1afb7eece9001feae (diff)
proc: store the device master port in _hurd_device_master
* proc/host.c (S_proc_getprivports): Adapt accordingly. * proc/main.c (main): Store the device master port in _hurd_device_master. * proc/proc.h (master_device_port): Remove unused variable.
Diffstat (limited to 'proc/proc.h')
-rw-r--r--proc/proc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/proc/proc.h b/proc/proc.h
index 783aba9a..12f56da1 100644
--- a/proc/proc.h
+++ b/proc/proc.h
@@ -141,8 +141,6 @@ struct port_class *proc_class;
struct port_class *generic_port_class;
struct port_class *exc_class;
-mach_port_t master_device_port;
-
mach_port_t generic_port; /* messages not related to a specific proc */
pthread_mutex_t global_lock;