Fix botched D_SUNCYLCHECK+D_VENDOR check from r1.321.
authorkrw <krw@openbsd.org>
Fri, 14 Oct 2022 16:36:36 +0000 (16:36 +0000)
committerkrw <krw@openbsd.org>
Fri, 14 Oct 2022 16:36:36 +0000 (16:36 +0000)
commit27b256bc33976845a48f3d6cb6056068ed237dd4
treeb6f3f2ca5bb964b728b32d2b4f0339554b890cfc
parent67d8ab44192c0cf7e54831adb628115b09b38c05
Fix botched D_SUNCYLCHECK+D_VENDOR check from r1.321.

D_VENDOR lives in d_flags, not d_secpercyl.

Makes resizing a partition more likely to respect cylinder rounding
on sparc64.
sbin/disklabel/editor.c