From f67733aa386bb1b63fcb223133e2f4e2597b556f Mon Sep 17 00:00:00 2001 From: ross Date: Mon, 4 Oct 1999 19:31:05 +0000 Subject: [PATCH] s/_ARM32_DISKLABEL_H_/_MACHINE_DISKLABEL_H_/ This aligns arm32 with all the other ports and fixes a cross-compile problem. --- sys/arch/arm32/include/disklabel.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/arm32/include/disklabel.h b/sys/arch/arm32/include/disklabel.h index 1a9008fa886d..8d529c059107 100644 --- a/sys/arch/arm32/include/disklabel.h +++ b/sys/arch/arm32/include/disklabel.h @@ -1,4 +1,4 @@ -/* $NetBSD: disklabel.h,v 1.5 1999/01/27 20:43:26 thorpej Exp $ */ +/* $NetBSD: disklabel.h,v 1.6 1999/10/04 19:31:05 ross Exp $ */ /* * Copyright (c) 1994 Mark Brinicombe. @@ -43,8 +43,8 @@ * Created : 04/10/94 */ -#ifndef _ARM32_DISKLABEL_H_ -#define _ARM32_DISKLABEL_H_ +#ifndef _MACHINE_DISKLABEL_H_ +#define _MACHINE_DISKLABEL_H_ #define LABELSECTOR 1 /* sector containing label */ #define LABELOFFSET 0 /* offset of label in sector */ @@ -79,6 +79,6 @@ int mbr_label_locate __P((dev_t, void (*)(struct buf *), struct disklabel *, struct cpu_disklabel *, int *, int *)); #endif /* _KERNEL */ -#endif /* _ARM32_DISKLABEL_H_ */ +#endif /* _MACHINE_DISKLABEL_H_ */ /* End of disklabel.h */