diff options
author | David Michael <fedora.dm0@gmail.com> | 2018-03-12 00:21:44 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-12 00:24:31 +0100 |
commit | da6d4404ecfd7eacba8c096b0761a5758a59da4b (patch) | |
tree | 6d1bff4b44189a104de3659775807e7c073133d8 /ChangeLog | |
parent | d3da750d019d458355af602936d01901ba14f11c (diff) | |
download | glibc-da6d4404ecfd7eacba8c096b0761a5758a59da4b.tar glibc-da6d4404ecfd7eacba8c096b0761a5758a59da4b.tar.gz glibc-da6d4404ecfd7eacba8c096b0761a5758a59da4b.tar.bz2 glibc-da6d4404ecfd7eacba8c096b0761a5758a59da4b.zip |
Lookup the startup server through /servers/startup
* sysdeps/mach/hurd/reboot.c: Include <hurd/paths.h>
(reboot): Lookup _SERVERS_STARTUP instead of calling proc_getmsgport to get a
port to the startup server.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2018-03-12 David Michael <fedora.dm0@gmail.com> + + * sysdeps/mach/hurd/reboot.c: Include <hurd/paths.h> + (reboot): Lookup _SERVERS_STARTUP instead of calling proc_getmsgport to + get a port to the startup server. + 2018-03-11 Zack Weinberg <zackw@panix.com> * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include math.h |