--- ntfs-3g-2010.5.16/include/ntfs-3g/cache.h 2010-05-16 13:27:29.000000000 +0200 +++ src/include/ntfs-3g/cache.h 2010-05-17 21:41:07.338162824 +0200 @@ -90,7 +90,7 @@ unsigned long hits; int fixed_size; int max_hash; - struct CACHED_GENERIC entry[0]; + struct CACHED_GENERIC entry[0] __attribute__((aligned(__alignof(u64)))); } ; /* cast to generic, avoiding gcc warnings */