CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/02 10:30:01
Modified files:
sbin/disklabel : editor.c
Log message:
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.
