Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch cosmetic reorder of #defines to match other ports



details:   https://anonhg.NetBSD.org/src/rev/610fdc3701d9
branches:  trunk
changeset: 521348:610fdc3701d9
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jan 28 23:09:54 2002 +0000

description:
cosmetic reorder of #defines to match other ports

diffstat:

 sys/arch/mipsco/include/disklabel.h  |  6 +++---
 sys/arch/sgimips/include/disklabel.h |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r cffc9fcad480 -r 610fdc3701d9 sys/arch/mipsco/include/disklabel.h
--- a/sys/arch/mipsco/include/disklabel.h       Mon Jan 28 23:01:43 2002 +0000
+++ b/sys/arch/mipsco/include/disklabel.h       Mon Jan 28 23:09:54 2002 +0000
@@ -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 LABELSECTOR    1
+#define LABELOFFSET    0
 #define MAXPARTITIONS  8       /* XXX - NetBSD Compatibility */
 #define RAW_PART       2
-#define LABELSECTOR    1
-#define LABELOFFSET    0
 
 #define MIPS_PARTITIONS        16      /* Number or partitions for Mips */
 #define MIPS_NVOLDIR   15      /* Number of volume directory files */
diff -r cffc9fcad480 -r 610fdc3701d9 sys/arch/sgimips/include/disklabel.h
--- a/sys/arch/sgimips/include/disklabel.h      Mon Jan 28 23:01:43 2002 +0000
+++ b/sys/arch/sgimips/include/disklabel.h      Mon Jan 28 23:09:54 2002 +0000
@@ -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 LABELSECTOR    1
+#define LABELOFFSET    0
+
 #define MAXPARTITIONS  16
 #define RAW_PART       2
 
-#define LABELSECTOR    1
-#define LABELOFFSET    0
-
 struct cpu_disklabel {
        int     cd_dummy;
 };



Home | Main Index | Thread Index | Old Index