* mach/msgserver.c (__mach_msg_server_timeout): Add an assert.
authorRoland McGrath <roland@gnu.org>
Mon, 9 Apr 2001 21:24:34 +0000 (21:24 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 9 Apr 2001 21:24:34 +0000 (21:24 +0000)
commit7119ea6d26c7170af721db7eabdcbf1057cb205b
treefa3eb989d27def79114e6e0754937e97236bcf6a
parent6c2a1e8156930005b7c099611d9ab9a889f6418d
* mach/msgserver.c (__mach_msg_server_timeout): Add an assert.

2001-03-31  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/fork.c: Skip NEWPROC just like NEWTASK when
copying send rights into child.  When we hit our name for our proc
port, just copy NEWPROC directly instead of repeating proc_task2proc
to install the child's port.

2001-04-08  Roland McGrath  <roland@frob.com>

* Makeconfig ($(common-objpfx)soversions.i): Grok entries with DEFAULT
in second column, to provide default values for third column.
* shlib-versions: Add comments about using DEFAULT in second column.
(s390x-.*-linux.*): Replace individual entries with a DEFAULT entry.
(cris-.*-linux.*): Likewise.
ChangeLog
sysdeps/mach/hurd/fork.c