errno is never checked after a call to getuint64(). So there is no
authorkrw <krw@openbsd.org>
Thu, 2 Aug 2018 16:30:01 +0000 (16:30 +0000)
committerkrw <krw@openbsd.org>
Thu, 2 Aug 2018 16:30:01 +0000 (16:30 +0000)
commit94f1563961ff007ad087a09bd2598d68ed95a620
tree65a3e7a24648391e29dcf0f32dcc149d9fa338db
parentee6e8dd4f5b7804690ee796499b02df008579225
errno is never checked after a call to getuint64(). So there is no
point to getuint64() setting it to EINVAL when the user enters an
invalid value or aborts input with a ^D.
sbin/disklabel/editor.c