Use a new variable 'gpbytes' rather than 'sizeof(gp)' to control
authorkrw <krw@openbsd.org>
Sat, 12 Jun 2021 00:47:29 +0000 (00:47 +0000)
committerkrw <krw@openbsd.org>
Sat, 12 Jun 2021 00:47:29 +0000 (00:47 +0000)
commit153ceb9c720ba50d40555d43a3998d1e95333498
treee7d3e3e914c34d97a1156788080fbe233b4f7674
parent965f1a172fb4296ce6144fce501070514005ac3d
Use a new variable 'gpbytes' rather than 'sizeof(gp)' to control
the number of bytes of partition entries to write to disk.

Set gpbytes to 'sizeof(gp)' so no functional change for now.
sbin/fdisk/gpt.c