CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2011/12/25 12:13:51
Modified files: sbin/fdisk : fdisk.c Log message: printf("msg")/return 1 -> err(1, "msg"), which will also show relevant errno string. Since we are err()'ing out, don't worry about closing MBR fd first.