Move ((gh_part_size % d_secsize) == 0) validity check
authorkrw <krw@openbsd.org>
Thu, 14 Apr 2022 16:33:25 +0000 (16:33 +0000)
committerkrw <krw@openbsd.org>
Thu, 14 Apr 2022 16:33:25 +0000 (16:33 +0000)
commit6c525197b48bfc6603797ccfabb3b36d5d544821
treed5908b17fa92c80086233f9c2a3afa6f90302e98
parent7545646709ce414ab9655df0e566c27f424aed2c
Move ((gh_part_size % d_secsize) == 0) validity check
to get_header() with the rest of the header validity
checks.

No functional change.
sbin/fdisk/gpt.c