CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/12 21:11:34
Modified files:
sys/arch/amd64/stand/installboot: installboot.c
sys/arch/i386/stand/installboot: installboot.c
Log message:
Use DL_GETPOFFSET() to get partition offset, except where we
explicitly check p_offseth before assigning p_offset to
local variables. Add missing check for p_offseth.
