diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 05:42:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 05:42:48 +0000 |
commit | b04593aaf0ce14ac836838ce46794326723ef5a0 (patch) | |
tree | 2e1df76cc29cfdb64d76718db7a8383330cadcb3 /hurd/ChangeLog | |
parent | 34d621185d6dadae816068bedede89570bf2d88b (diff) |
.
Diffstat (limited to 'hurd/ChangeLog')
-rw-r--r-- | hurd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 421aec4f..1fedd0c2 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,5 +1,12 @@ 2002-01-01 Roland McGrath <roland@frob.com> + * exec.defs (exec_exec, exec_setexecdata): Use SCP macro + in place of `, servercopy'. + + * io.defs (io_write, io_read, io_readable): Use size_t in place + of mach_msg_type_number_t. + * socket.defs (socket_send, socket_recv): Likewise. + * hurd_types.defs (RETURN_CODE_ARG): New macro, definition depends on [HAVE_MIG_RETCODE]. * auth_reply.defs: Replace return code args with that. |