summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-12 01:59:36 +0000
committerRoland McGrath <roland@gnu.org>2002-05-12 01:59:36 +0000
commit1c30d23a45ba5d525affb6505194d55d85061423 (patch)
tree3c66695992945fb58c4f30544649552fc3b0b644
parent675b8752869b5cd47a66b01914cbc2aa28f63774 (diff)
.
-rw-r--r--libdiskfs/ChangeLog5
-rw-r--r--libnetfs/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index f3073ce5..367f978d 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-11 Roland McGrath <roland@frob.com>
+
+ * trans-callback.c (_diskfs_translator_callback1_fn): Add an assert
+ that netfs_get_translator not fail with EOPNOTSUPP.
+
2001-11-20 Neal H Walfield <neal@cs.uml.edu>
* diskfs.h (diskfs_boot_filesystem): Documentation fix.
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 2524d2cf..7153e149 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-11 Roland McGrath <roland@frob.com>
+
+ * trans-callback.c (_netfs_translator_callback1_fn): Add an assert
+ that netfs_get_translator not fail with EOPNOTSUPP.
+
2002-05-07 Roland McGrath <roland@frob.com>
* fsys-getroot.c (netfs_S_fsys_getroot): Fix arg type in decl.