diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-08 10:00:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-08 10:00:26 +0000 |
commit | 14b777e1d24ebb4220dfc498cb53725a12fbc62b (patch) | |
tree | b0c85b7bbd00686a9744ccaa300710e106c21680 | |
parent | 46f5b678d4e031a17f4d8115df17a62b8e0b49aa (diff) |
.
-rw-r--r-- | ufs/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ufs/ChangeLog b/ufs/ChangeLog index b568623a..f0192426 100644 --- a/ufs/ChangeLog +++ b/ufs/ChangeLog @@ -1,3 +1,12 @@ +2002-05-08 Roland McGrath <roland@frob.com> + + * main.c (diskfs_append_args): Fix argument type. + (main): Use %z format modifier for size_t arg. + * dir.c (dirscanblock): Use %z format modifier for vm_address_t arg. + (diskfs_dirempty): int -> vm_address_t + (count_dirents): int -> size_t + (diskfs_get_directs): u_int -> size_t + 2002-03-11 Roland McGrath <roland@frob.com> * Makefile (ufs.static): Depend on |