diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 01:48:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 01:48:07 +0000 |
commit | 5edcf3187b6e2001f3bc38567ed2a0cc3e3287f9 (patch) | |
tree | 69f89983d6b78ee2c90f1bbc1a0a46c86f7e4568 | |
parent | bc9e01214a576be965a6aa109963be489f68c8f9 (diff) |
.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | hurd/ChangeLog | 6 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-01-01 Roland McGrath <roland@frob.com> + + * configure.in: Fix last change to use IsNotLong instead of NoLong. + 2001-12-31 Roland McGrath <roland@frob.com> * configure.in: Check mig for `retcode' keyword support. diff --git a/hurd/ChangeLog b/hurd/ChangeLog index a165ed5d..ca753f67 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,9 @@ +2002-01-01 Roland McGrath <roland@frob.com> + + * fsys_reply.defs: retcode -> RetCode + * process_reply.defs: Likewise. + * startup_reply.defs: Likewise. + 2001-12-31 Roland McGrath <roland@frob.com> * auth_reply.defs: Change return code parameters to use `RetCode' |