diff options
-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. |