No need to pass the location of the partition table to
authorkrw <krw@openbsd.org>
Wed, 19 May 2021 21:49:07 +0000 (21:49 +0000)
committerkrw <krw@openbsd.org>
Wed, 19 May 2021 21:49:07 +0000 (21:49 +0000)
commit2bb562fcecc4251438eac79949afe6ea5aa26017
tree5163e29cdffc06545712408125c54ff9d6a5a538
parentbf89b30cb512c646ac816f6540188b19837cce71
No need to pass the location of the partition table to
GPT_get_partition_table() since the global 'gh' knows where it is.

Fixes a couple of missing letoh64() calls by eliminating the need for
them.
sbin/fdisk/gpt.c
sbin/fdisk/gpt.h