commit | e01f9be336274e527cdb794cca2b0c1501e8b0d7 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Sep 02 08:49:10 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Sep 02 08:49:10 2008 -0400 |
tree | b3187556b7bb94ccec7a119bdc4ee11c563926b9 | |
parent | 5c0255e8ad02f4046c77a860506b6907c533ef7b [diff] |
libext2fs: Compile ext2fs_swab64() for all platforms Although nothing uses ext2fs_swab64() yet, debian's dpkg-gensymbols picked up the fact that ext2fs_swab64() isn't getting defined on non-x86 platforms. Oops. This patch moves the definition of ext2fs_swab64() to a place where it will be compiled for all architectures. Addresses-Debian-Bug: #497515 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>