summaryrefslogtreecommitdiff
path: root/libdiskfs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-01 20:55:04 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-01 20:55:04 +0000
commit087058d53edc32dc9f0fc886c940e264a911a299 (patch)
tree2b20095397df3b635696e766d323459db73e6e6e /libdiskfs/ChangeLog
parent52d0590bca46d1368a6c5588d214e3724ebad358 (diff)
1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>
* node-nref.c: New file; guts from diskfs.h. * node-nput.c: Likewise. * node-nrele.c: Likewise. * node-nrefl.c: Likewise. * node-nputl.c: Likewise. * node-nrelel.c: LIkewise. * diskfs.h (diskfs_nref, diskfs_nput, diskfs_nrele, diskfs_nref_light, diskfs_nput_light, diskfs_nrele_light): Replace inline definitions with ordinary declarations. (DISKFS_EI): Removed macro. * diskfs.c: Deleted file. * Makefile (OTHERSRCS): Added node-nref.c, node-nput.c node-nrele.c, node-nrefl.c, node-nputl.c, node-nrelel.c. Removed diskfs.c.
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r--libdiskfs/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 686f49a3..26e7e714 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,20 @@
+1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * node-nref.c: New file; guts from diskfs.h.
+ * node-nput.c: Likewise.
+ * node-nrele.c: Likewise.
+ * node-nrefl.c: Likewise.
+ * node-nputl.c: Likewise.
+ * node-nrelel.c: LIkewise.
+ * diskfs.h (diskfs_nref, diskfs_nput, diskfs_nrele,
+ diskfs_nref_light, diskfs_nput_light, diskfs_nrele_light): Replace
+ inline definitions with ordinary declarations.
+ (DISKFS_EI): Removed macro.
+ * diskfs.c: Deleted file.
+ * Makefile (OTHERSRCS): Added node-nref.c, node-nput.c
+ node-nrele.c, node-nrefl.c, node-nputl.c, node-nrelel.c. Removed
+ diskfs.c.
+
1999-06-29 Thomas Bushnell, BSG <tb@mit.edu>
* dev-globals.c, dev-io.c, dev-open.c: Files removed.