diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | hurd/ChangeLog | 11 |
2 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2001-12-31 Roland McGrath <roland@frob.com> + + * configure.in: Check mig for `retcode' keyword support. + If not there, add -DRetCode=NoLong. + 2001-11-15 Neal H Walfield <neal@cs.uml.edu> * Makeconf (TAGS) [configured]: Create tags for MiG generated files. diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 4783c977..a165ed5d 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,14 @@ +2001-12-31 Roland McGrath <roland@frob.com> + + * auth_reply.defs: Change return code parameters to use `RetCode' + keyword, for compatibility with OSF Mach mig. + * crash_reply.defs: Likewise. + * fsys_reply.defs: Likewise. + * io_reply.defs: Likewise. + * msg_reply.defs: Likewise. + * process_reply.defs: Likewise. + * startup_reply.defs: Likewise. + 2001-07-11 Marcus Brinkmann <marcus@gnu.org> * fs.defs (routine file_get_storage_info): Add dealloc to all out |