CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/24 13:14:07
Modified files:
usr.sbin/installboot: i386_installboot.c
sys/kern : subr_disk.c
Log message:
Make gpt_chk_mbr() instances even more identicaller by always
returning 0 or 1 since only boolean checks of the result are done.
No need for EINVAL as a return value.
