CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/12/24 11:03:03
Modified files:
sys/arch/amd64/stand/efiboot: efidev.c
sys/arch/amd64/stand/libsa: softraid.c
sys/kern : subr_disk.c
usr.sbin/installboot: i386_installboot.c
Log message:
Make all instances of gpt_chk_mbr() identical (bar static vs
non-static) by passing disk size as 2nd parameter instead of the
different structures holding the disk size info. The fifth copy of
gpt_chk_mbr() in fdisk is a little specialer. No functional change.