OSDN Git Service

Fix asm_types.h type conflicts
authorTheodore Ts'o <tytso@mit.edu>
Sun, 9 Apr 2006 12:41:55 +0000 (08:41 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 9 Apr 2006 12:41:55 +0000 (08:41 -0400)
commit4ea7ea007bb227727ee1d4dca997c4f5b21d3a30
treea984da943ed78f0b99fa22834495255619f8a61e
parentcef2ac104d45c351344cd10ac1419ad5f6422d8b
Fix asm_types.h type conflicts

This caused FTBFS bugs on AMD64 platforms, since it uses a different
64-bit type when compared with IA64, so we need to make our
autoconfiguration system more intelligent.

Addresses Debian Bugs: #360661, #360317

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
13 files changed:
ChangeLog
Makefile.in
config/parse-types.sh [new file with mode: 0755]
configure
configure.in
lib/blkid/ChangeLog
lib/blkid/Makefile.in
lib/blkid/blkid_types.h.in
lib/blkid/tst_types.c [new file with mode: 0644]
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/ext2_types.h.in
lib/ext2fs/tst_types.c [new file with mode: 0644]