diff options
author | Roland McGrath <roland@gnu.org> | 1998-07-24 23:42:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-07-24 23:42:19 +0000 |
commit | 3aba1fdb69c7e84a118e162246702d131b044da9 (patch) | |
tree | 9c2edb29a553b6642c330cefb487a3901ec76cb7 | |
parent | 4ac427f58c0f04190cabab56ce77fcf2fc77446f (diff) |
.
-rw-r--r-- | hurd/ChangeLog | 3 | ||||
-rw-r--r-- | utils/ChangeLog | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 4de19ee9..dc8c6200 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,5 +1,8 @@ 1998-07-20 Roland McGrath <roland@baalperazim.frob.com> + * process_request.defs: Delete proc_sethostid, proc_gethostid, + proc_sethostname, and proc_gethostname. + * password.defs: Fix subsystem decl and random mig syntax errors. Wed Jul 15 10:37:44 1998 Thomas Bushnell, n/BSG <tb@mit.edu> diff --git a/utils/ChangeLog b/utils/ChangeLog index 5a3ef9dd..7e835bde 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,10 @@ +1998-07-24 Jose M. Moya <josem@gnu.org> + + * msgport.c: New file. + * Makefile (targets): Add `msgport'. + (SRCS): Add `msgport.c'. + (msgport): Add dependencies on parse.o and pids.o. + 1998-07-20 Roland McGrath <roland@baalperazim.frob.com> * ps.c (main): Fix return type to int, and use return. |