diff options
Diffstat (limited to 'tmpfs')
-rw-r--r-- | tmpfs/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index 6ed2150d..397be4e0 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,3 +1,14 @@ +2002-05-28 Roland McGrath <roland@frob.com> + + * dir.c (diskfs_get_directs): u_int -> size_t + * tmpfs.c (diskfs_append_args): unsigned -> size_t + +2002-03-31 Roland McGrath <roland@frob.com> + + * dir.c (diskfs_lookup_hard): Pass new argument to + diskfs_cached_lookup. + * node.c (diskfs_alloc_node): Likewise. + 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * tmpfs.c (diskfs_extra_version): New variable. |