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 | |
parent | 34d621185d6dadae816068bedede89570bf2d88b (diff) |
.
-rw-r--r-- | exec/ChangeLog | 4 | ||||
-rw-r--r-- | hurd/ChangeLog | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog index 61fc4cb3..ba36df70 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,7 @@ +2002-01-01 Roland McGrath <roland@frob.com> + + * execmutations.h (SERVERCOPY): New macro. + 2001-12-31 Roland McGrath <roland@frob.com> * exec.c (do_exec): thread_array_t -> thread_t * 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. |