Enhance 'flag' to accept hex values in addition to the current 0
authorkrw <krw@openbsd.org>
Fri, 10 Nov 2023 15:41:11 +0000 (15:41 +0000)
committerkrw <krw@openbsd.org>
Fri, 10 Nov 2023 15:41:11 +0000 (15:41 +0000)
commit851351478282e4dd75b05b8351e1fc4a91b967b2
treef5d60bf56d8036af049f362f3bde820df6362fe1
parent470747571c8e0662715a5b60dbcb3888c3aebfc5
Enhance 'flag' to accept hex values in addition to the current 0
.. INT64_MAX decimal values..

Easier to specify the 64 bits of GPT partition attributes and
0x8000000000000000 (a.k.a.  MS_NOAUTOMOUNT, a.k.a. 1 << 63)
becomes accessable.

Prompted by bug report and testing by Philippe Meunier. Thanks!

ok dlg@
sbin/fdisk/cmd.c
sbin/fdisk/fdisk.8