diff --git a/sys/arch/mipsco/include/disklabel.h b/sys/arch/mipsco/include/disklabel.h index ab9a86cd392e..3ae55f4828da 100644 --- a/sys/arch/mipsco/include/disklabel.h +++ b/sys/arch/mipsco/include/disklabel.h @@ -1,4 +1,4 @@ -/* $NetBSD: disklabel.h,v 1.6 2001/07/26 22:47:35 wiz Exp $ */ +/* $NetBSD: disklabel.h,v 1.7 2002/01/28 23:09:54 lukem Exp $ */ /* * Copyright (c) 2000 Wayne Knowles. All rights reserved. @@ -43,10 +43,10 @@ * Partition 10 - whole disk */ -#define MAXPARTITIONS 8 /* XXX - NetBSD Compatibility */ -#define RAW_PART 2 #define LABELSECTOR 1 #define LABELOFFSET 0 +#define MAXPARTITIONS 8 /* XXX - NetBSD Compatibility */ +#define RAW_PART 2 #define MIPS_PARTITIONS 16 /* Number or partitions for Mips */ #define MIPS_NVOLDIR 15 /* Number of volume directory files */ diff --git a/sys/arch/sgimips/include/disklabel.h b/sys/arch/sgimips/include/disklabel.h index 98d9667cc20b..cc33ec66b499 100644 --- a/sys/arch/sgimips/include/disklabel.h +++ b/sys/arch/sgimips/include/disklabel.h @@ -1,4 +1,4 @@ -/* $NetBSD: disklabel.h,v 1.3 2001/11/19 17:39:54 soren Exp $ */ +/* $NetBSD: disklabel.h,v 1.4 2002/01/28 23:09:55 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang @@ -46,12 +46,12 @@ * Partition 10 - whole disk */ -#define MAXPARTITIONS 16 -#define RAW_PART 2 - #define LABELSECTOR 1 #define LABELOFFSET 0 +#define MAXPARTITIONS 16 +#define RAW_PART 2 + struct cpu_disklabel { int cd_dummy; };