diff options
author | Roland McGrath <roland@gnu.org> | 2001-06-16 20:41:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-06-16 20:41:31 +0000 |
commit | 98f3c7c1090f114de7b3bd9fb307d8292527f69d (patch) | |
tree | d9886b781d58e7db417e11624249c370721d9a7b /libtrivfs | |
parent | 430bc77158983c8db496053d09db69ef79b32cba (diff) |
.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
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> |