]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libfdisk: (gpt) use entry attributes as bitmap
authorKarel Zak <kzak@redhat.com>
Thu, 13 Mar 2014 10:08:01 +0000 (11:08 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 13 Mar 2014 10:08:01 +0000 (11:08 +0100)
commit01086b80b689911ffc26519e451b2f81678e24fb
tree983ae7f527f83e618addf4de17ae75a80cfca3ce
parent88e3d03eb835250e8cfbc46a4dc99f2d90fd9c49
libfdisk: (gpt) use entry attributes as bitmap

 * care about endianess
 * don't use by compiler packed struct with bit array for GPT
   attributes, it's more robust use it as bitmap stored in uint64_t.

Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/gpt.c