Add local function lba_free() to find the bounds of the largest
authorkrw <krw@openbsd.org>
Fri, 11 Jun 2021 20:28:12 +0000 (20:28 +0000)
committerkrw <krw@openbsd.org>
Fri, 11 Jun 2021 20:28:12 +0000 (20:28 +0000)
commit38678f29ec1ba0dbcf4541408b6ef87aad79058d
tree3cda9af13368b0a8f16e58e7baeba625fcd0bdbf
parent6e5dc26ab8a191e47f75da2bdb9c031a74f05f3f
Add local function lba_free() to find the bounds of the largest
chunk of free space in a GPT. Steal logic from
GPT_get_lba_start().

No intentional functional change.
sbin/fdisk/gpt.c