CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/10/01 14:28:12
Modified files: sys/arch/amd64/stand/efiboot: efidev.c sys/arch/amd64/stand/libsa: biosdev.c softraid.c sys/arch/armish/stand/boot: wd.c sys/arch/i386/stand/libsa: biosdev.c softraid.c sys/arch/loongson/stand/boot: dev.c sys/arch/socppc/stand/boot: wd.c Log message: Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an OpenBSD partition when accessing the disklabel. For these files both are '1', but this makes the usage consistent across all archs. ok guenther@ miod@