]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: fix mac partition detection
authorFrancesco Cosoleto <cosoleto@gmail.com>
Tue, 22 Nov 2011 15:12:42 +0000 (16:12 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 22 Nov 2011 15:58:25 +0000 (16:58 +0100)
commit0459a7b3896119a2491b6f78cb495af33cb9deda
treed46214ead227a682c7a6e48d31fe36ef65033939
parentd8ebc83ff2e9f879ac60a663c1685011a048f603
libblkid: fix mac partition detection

This fixes the buffer length passed to blkid_probe_get_buffer() calls,
and the block size byte order (on little-endian systems).

Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
libblkid/src/partitions/mac.c