diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-28 23:59:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-28 23:59:05 +0000 |
commit | 9ddd3e4ffe133a2e60c16e1156324b3095c7d792 (patch) | |
tree | 3e06506d9d1bac287ebd310f5cd1cf2772d86e6a /tmpfs | |
parent | 8a0aed3adca2f991cef7374d55a9957009f273a4 (diff) |
.
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. |