diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-12 08:22:16 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-12 08:22:16 +0000 |
commit | 22c8756c4772696dc3aa925eb5a134fb085f7347 (patch) | |
tree | 1752225c9493388b1e0d8d60de03f165f7725fa3 /libmom/ChangeLog | |
parent | efa7646af7c77139930aede9b9f2a362e00aa80c (diff) |
Directory removed; never used and now causing some confusion, and since
implementation plans have changed, it's not useful to distributed anymore.
Diffstat (limited to 'libmom/ChangeLog')
-rw-r--r-- | libmom/ChangeLog | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/libmom/ChangeLog b/libmom/ChangeLog deleted file mode 100644 index f04006c5..00000000 --- a/libmom/ChangeLog +++ /dev/null @@ -1,31 +0,0 @@ -Sat May 25 17:25:09 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> - - * refs-identical.c (mom_ports_identical): Omit uses of deleted - members of struct mom_port_ref.c. - - * ref-destroy.c (mom_ref_destroy): Omit uses of deleted members of - struct mom_port_ref.c. - - * mach-port-set.c (mom_mach_port_set): Omit uses of deleted - members of struct mom_port_ref.c. - - * fetch-mach-port.c (mom_fetch_mach_port): Omit uses of deleted - members of struct mom_port_ref.c. - - * copy-ref.c (mom_copy_ref): Likewise. - - * mom-kerndep.h (struct mom_port_ref): Delete members `lock' and - `refcnt'. - * Makefile (SRCS): Delete add-ref.c and drop-ref.c. - * mom.h (mom_add_ref, mom_drop_ref): Delete functions. - * add-ref.c, drop-ref.c: Delete files. - -Fri May 24 16:14:54 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> - - * mom.h: Include <mom-errors.h>. - * error-trans.c: New file. - * mom-kerndep.h (mom_error_translate_mach): New function. - * Makefile (LCLHDRS, installhdrs): Add mom-errors.h. - (SRCS): Add error-trans.c. - * mom-errors.h: New file. - |