summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdiskfs/ChangeLog4
-rw-r--r--libnetfs/ChangeLog2
-rw-r--r--libtrivfs/ChangeLog6
3 files changed, 8 insertions, 4 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index eaff1e98..99237c1d 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-16 Roland McGrath <roland@frob.com>
+
+ * file-set-trans.c (diskfs_S_file_set_translator): Add some parens.
+
2001-04-01 Neal H Walfield <neal@cs.uml.edu>
* dir-lookup.c (diskfs_S_dir_lookup): Use
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 1d635b47..5ca485e2 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -15,7 +15,7 @@
as per the new semantics.
* io-reauthenticate.c (netfs_S_io_reauthenticate): Use
iohelp_reauth as per the new semantics.
- * io-restric-auth.c (netfs_S_io_restric_auth): Use
+ * io-restrict-auth.c (netfs_S_io_restrict_auth): Use
iohelp_create_complex_iouser. Check return values.
* trans-callback.c (_netfs_transcallback2_fn): Use
iohelp_create_simple_iouser.
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog
index 5e01116c..feae3cbf 100644
--- a/libtrivfs/ChangeLog
+++ b/libtrivfs/ChangeLog
@@ -1,14 +1,14 @@
2001-04-01 Neal H Walfield <neal@cs.uml.edu>
- * dir-lookup.c (trivfs_S_dir_lookup): Use
- iohelp_dup_iouser as per the new semantics.
+ * dir-lookup.c (trivfs_S_dir_lookup): Use iohelp_dup_iouser as
+ per the new semantics.
* fsys-getroot.c (trivfs_S_fsys_getroot): Use
iohelp_create_complex_iouser.
* io-reauthenticate.c (trivfs_S_io_reauthenticate):
Use iohelp_reauth as per the new semantics.
* io-restrict-auth.c (trivfs_S_io_restrict_auth):
Use iohelp_create_complex_iouser. Check return values.
- * trivfs_protid_dup (trivfs_protid_dup): Use iohelp_dup_iouser
+ * protid-dup.c (trivfs_protid_dup): Use iohelp_dup_iouser
as per the new semantics.
2001-06-10 Neal H Walfield <neal@cs.uml.edu>