Whamcloud - gitweb
libext2fs: Compile ext2fs_swab64() for all platforms
authorTheodore Ts'o <tytso@mit.edu>
Tue, 2 Sep 2008 12:49:10 +0000 (08:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 2 Sep 2008 12:49:10 +0000 (08:49 -0400)
commite01f9be336274e527cdb794cca2b0c1501e8b0d7
treeb3187556b7bb94ccec7a119bdc4ee11c563926b9
parent5c0255e8ad02f4046c77a860506b6907c533ef7b
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>
lib/ext2fs/bitops.h