summaryrefslogtreecommitdiff
path: root/libmom
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-17 22:55:08 +0000
committerRoland McGrath <roland@gnu.org>1996-07-17 22:55:08 +0000
commit5b9e5e24f883db76aa783678b77698c47caecc30 (patch)
tree199fc2010d664be83723e838f8217dbb4c3eab82 /libmom
parentb3657b27182f2c707cb940795cb982e4bb0f5660 (diff)
Initial revision
Diffstat (limited to 'libmom')
-rw-r--r--libmom/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/libmom/ChangeLog b/libmom/ChangeLog
new file mode 100644
index 00000000..f04006c5
--- /dev/null
+++ b/libmom/ChangeLog
@@ -0,0 +1,31 @@
+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.
+