CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/11/20 08:29:45
Modified files: sbin/fdisk : mbr.c Log message: Sectors-per-cylinder (spc) is a constant value, so make it const and use it instead of calculating it twice in MBR_init(). No functional change.