commit | 094c2d43939533113ededfd6fe49ad1c7726df29 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Aug 22 19:19:18 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Aug 22 19:19:18 2008 -0400 |
tree | ee104967ca7a768d69cca3a6b46efb13de6e4b40 | |
parent | 9c460caae3dab7803c0e7d9399b47e790cf90661 [diff] |
e2fsck: Portability fix: Use WORDS_BIGENDIAN instead of __LITTLE_ENDIAN __LITTLE_ENDIAN is set by the glibc headers, and isn't portable. We should be using WORDS_BIGENDIAN, which is set by autoconf. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>