diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 02:08:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 02:08:20 +0000 |
commit | 72695b630154ecf2c356cde0214e8e9292d77593 (patch) | |
tree | 211275a3b715abb6de957c9e535a246cba8f0deb | |
parent | 8c14ee10c548dd75c26b2e929f5bd4acfd480086 (diff) |
.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | hurd/ChangeLog | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ 2002-01-01 Roland McGrath <roland@frob.com> - * configure.in: Make that "-DRETCODE=". + * configure.in: If mig supports `retcode', define HAVE_MIG_RETCODE. 2001-12-31 Roland McGrath <roland@frob.com> diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 7d40892e..421aec4f 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,6 +1,8 @@ 2002-01-01 Roland McGrath <roland@frob.com> - * auth_reply.defs: RetCode -> RETCODE + * hurd_types.defs (RETURN_CODE_ARG): New macro, definition + depends on [HAVE_MIG_RETCODE]. + * auth_reply.defs: Replace return code args with that. * crash_reply.defs: Likewise. * fsys_reply.defs: Likewise. * io_reply.defs: Likewise. |