CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/08/31 08:02:36
Modified files: sys/kern : subr_disk.c Log message: Rejig the the expression calculating of the address of the disk sector containing the disklabel, eliminating an unnecessary " * DL_BLKSPERSEC()". Tested by bmercer@ as part of larger diff. Idea from & reads ok to jsing@. ok kettenis@.