commit | 88494bb6d440f703db98b6cc4452f63d7aa392b9 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue May 13 23:03:43 2003 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue May 13 23:03:43 2003 -0400 |
tree | b8bd05f9f49f29733023629803e245b708c6b140 | |
parent | 62775dc54257c1986a05e33bee25c956c92d783f [diff] |
util.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h, debugfs.c, ChangeLog: util.c (reset_getopt), debugfs.c (do_open_filesys, do_show_super_stats), ls.c (do_list_dir), dump.c (do_dump), htree.c (do_htree_dump, do_dx_hash), logdump.c (do_logdump): Define and use a new function, reset_getopt(), which does whatever is necessary to reset getopt() again. This is different for different implementations, so the portabilty issues are a bit of a nightmare. (Addresses Debian bug #192834)