Put MBR_parse() invocation inside MBR_read() instead of always
authorkrw <krw@openbsd.org>
Sun, 18 Jul 2021 12:41:00 +0000 (12:41 +0000)
committerkrw <krw@openbsd.org>
Sun, 18 Jul 2021 12:41:00 +0000 (12:41 +0000)
commit1429e715fb75362f2497053baa1892204f9199f3
tree0f47e404fcb348e5cfc5665d9ebdfe28242b86e3
parent7f940b398e762745be316c7b73fa45e0a22cd465
Put MBR_parse() invocation inside MBR_read() instead of always
following an invocation of MBR_read() with a call to MBR_parse().

No functional change.
sbin/fdisk/fdisk.c
sbin/fdisk/mbr.c
sbin/fdisk/mbr.h
sbin/fdisk/user.c