diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-10-25 03:51:53 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-10-25 03:51:53 +0000 |
commit | f13048113f09def05a024470bfeaf44635bf7e98 (patch) | |
tree | 136424b49e5d6a83641f5bc929c48d899101e0b7 /debugfs/ChangeLog | |
parent | 519149fb458b0fa69c10fecd83fae42e838cf01d (diff) | |
download | e2fsprogs-f13048113f09def05a024470bfeaf44635bf7e98.tar.gz |
ChangeLog, debugfs.c, dump.c, ls.c:
debugfs.c (main, do_open_filesys):
dump.c (do_dump): Make the variable which getopt returns into be
an int, so that it won't lose on platforms where char is
unsigned.
Diffstat (limited to 'debugfs/ChangeLog')
-rw-r--r-- | debugfs/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog index efd9acc6..81a6fec3 100644 --- a/debugfs/ChangeLog +++ b/debugfs/ChangeLog @@ -1,3 +1,10 @@ +Fri Oct 24 23:47:43 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * debugfs.c (main, do_open_filesys): + * dump.c (do_dump): Make the variable which getopt returns into be + an int, so that it won't lose on platforms where char is + unsigned. + Tue Oct 14 21:50:24 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> * debugfs.c (main): When printing a usage message, have main |