diff options
-rw-r--r-- | libdiskfs/ChangeLog | 5 | ||||
-rw-r--r-- | libnetfs/ChangeLog | 5 |
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. |