Replace instances of the magic number '64' with a nice #define
authorkrw <krw@openbsd.org>
Fri, 25 Jun 2021 19:24:53 +0000 (19:24 +0000)
committerkrw <krw@openbsd.org>
Fri, 25 Jun 2021 19:24:53 +0000 (19:24 +0000)
commit893a24550ad4ecb456969a768fd26f434cc314bf
tree728df77b76ad367d71b7b88f0d738e804bba8560
parent8f6d16a64ad97ffa67a8ee1e765e5152adf60e0e
Replace instances of the magic number '64' with a nice #define
BLOCKALIGNMENT. This will make it more obvious where this
512-byte block count could/should be converted to a disk sector
count.

No functional change.
sbin/fdisk/disk.h
sbin/fdisk/fdisk.c
sbin/fdisk/gpt.c
sbin/fdisk/misc.c