CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/09/30 09:35:31
Modified files: sys/arch/arm/include: disklabel.h sys/arch/loongson/include: disklabel.h sys/arch/octeon/include: disklabel.h sys/arch/sh/include: disklabel.h Log message: Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_ and _SH_DISKLABEL_H_ with _MACHINE_DISKLABEL_H_. Add the guard to loongson and octeon. The #defines are not used anywhere else in the tree so no functional change.