Remove the MBR_init() "#ifdef defined(__macppc__) ||
authorkrw <krw@openbsd.org>
Wed, 1 Dec 2021 22:37:30 +0000 (22:37 +0000)
committerkrw <krw@openbsd.org>
Wed, 1 Dec 2021 22:37:30 +0000 (22:37 +0000)
commit354eded82a987a0032db0f12e45cbfbadee14669
treee5ab4f6bda11f59315e23541534f15266ede6e3c
parent2400aaebddc906029d6e636ba6455b83a11692b2
Remove the MBR_init() "#ifdef defined(__macppc__) ||
defined(__mips__)" chunk that rounded the start of the default
OpenBSD partition to a cylinder boundary. The value has been
immediately re-rounded to a power of 2 block since r1.25 in 2009.

Eliminates wasted space when no /usr/mdec/mbr partition
0 information is available.

'-b' becomes available to architectures other than amd64 and
i386, taking precedence over /usr/mdec/mbr partition 0
information. The latter being present only in macppc and loongson
/usr/mdec/mbr files.
sbin/fdisk/mbr.c