cosmetic reorder of #defines to match other ports

This commit is contained in:
lukem 2002-01-28 23:09:54 +00:00
parent a6d1338ee0
commit 03bd9dc73f
2 changed files with 7 additions and 7 deletions

View File

@ -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. * Copyright (c) 2000 Wayne Knowles. All rights reserved.
@ -43,10 +43,10 @@
* Partition 10 - whole disk * Partition 10 - whole disk
*/ */
#define MAXPARTITIONS 8 /* XXX - NetBSD Compatibility */
#define RAW_PART 2
#define LABELSECTOR 1 #define LABELSECTOR 1
#define LABELOFFSET 0 #define LABELOFFSET 0
#define MAXPARTITIONS 8 /* XXX - NetBSD Compatibility */
#define RAW_PART 2
#define MIPS_PARTITIONS 16 /* Number or partitions for Mips */ #define MIPS_PARTITIONS 16 /* Number or partitions for Mips */
#define MIPS_NVOLDIR 15 /* Number of volume directory files */ #define MIPS_NVOLDIR 15 /* Number of volume directory files */

View File

@ -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 * Copyright (c) 2000 Soren S. Jorvang
@ -46,12 +46,12 @@
* Partition 10 - whole disk * Partition 10 - whole disk
*/ */
#define MAXPARTITIONS 16
#define RAW_PART 2
#define LABELSECTOR 1 #define LABELSECTOR 1
#define LABELOFFSET 0 #define LABELOFFSET 0
#define MAXPARTITIONS 16
#define RAW_PART 2
struct cpu_disklabel { struct cpu_disklabel {
int cd_dummy; int cd_dummy;
}; };