Add GPTPARTATTR_MS_* defines for Microsoft basic data attributes
authorkrw <krw@openbsd.org>
Thu, 15 Sep 2022 10:10:14 +0000 (10:10 +0000)
committerkrw <krw@openbsd.org>
Thu, 15 Sep 2022 10:10:14 +0000 (10:10 +0000)
commit5f095273525d36c3ec49684f8a198a95ee33b65f
tree99d32461e2184b13956f28ec49dcc033bb3786ee
parent05e5f9933bb2b8f691e82f28c60cc02d2d6d4d94
Add GPTPARTATTR_MS_* defines for Microsoft basic data attributes
and make 'fdisk -v' display their names (NoAutoMount, Hidden,
Shadow, ReadOnly).

Shift 1ULL instead of 1 to make it clear these are uint64_t
flags. Makes clang happier.
sbin/fdisk/gpt.c
sys/sys/disklabel.h