]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: fix NTFS prober on big-endian machines
authorKarel Zak <kzak@redhat.com>
Wed, 27 Mar 2013 10:37:57 +0000 (11:37 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 27 Mar 2013 10:37:57 +0000 (11:37 +0100)
commit45b048b340742402695741229f01b151cce871c9
treebd470889b34b3c927723516f822951007e2dcfa5
parent17206c059dc2e42e7081079b76eafda68cc9a5b8
libblkid: fix NTFS prober on big-endian machines

 MFT_RECORD_ATTR_VOLUME_NAME  = cpu_to_le32(0x60),
                                 ^
./include/bitops.h:94:36: error: braced-group within expression
allowed only inside a function

Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/superblocks/ntfs.c