commit | 3e69906495d5898849a6154b0311b5d4a84a27ae | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Oct 13 23:56:28 2002 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Oct 13 23:56:28 2002 -0400 |
tree | 167feba63f4beea1d8fc2a4b153299f0c8f4e702 | |
parent | 64aecc4dd35b48f66f452f06c49587c838990d39 [diff] [blame] |
Fix gcc -Wall nits. Fix format bug if NLS is in use. Add extra so that the info directory looks OK on OpenWall.
diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog index a038554..2de14f5 100644 --- a/debugfs/ChangeLog +++ b/debugfs/ChangeLog
@@ -1,3 +1,7 @@ +2002-10-13 Theodore Ts'o <tytso@mit.edu> + + * debugfs.h, htree.c, setsuper.c: Fix gcc -Wall nits. + 2002-10-02 Theodore Y. Ts'o <tytso@mit.edu> * htree.c (htree_dump_leaf_node): Use ext2fs_read_dir_block2 so