commit | f203bbdbec396e3279bf249ae9be96e6b00bf6f2 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Apr 18 10:53:32 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Apr 18 10:53:32 2009 -0400 |
tree | 0dfc4f4ad665ae17dc7bc79d9de8d4cb50f3de5c | |
parent | fa15820f4cb9fcd21b394acf1be281d63ebc0fac [diff] |
e2fsck, tune2fs: Fix Hurd compilation problem due to lack of PATH_MAX Hurd doesn't define PATH_MAX, so calculate the exact size needed for the tdb filename, and allocate it dynamically. Addresses-Debian-Bug: #521602 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>