Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch Move definition of PART_USR to md...



details:   https://anonhg.NetBSD.org/src/rev/d82d3e036451
branches:  trunk
changeset: 551149:d82d3e036451
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sat Aug 30 13:53:28 2003 +0000

description:
Move definition of PART_USR to md.h where it has a chance of having some effect.

diffstat:

 distrib/utils/sysinst/arch/alpha/md.c  |  9 +--------
 distrib/utils/sysinst/arch/alpha/md.h  |  9 ++++++++-
 distrib/utils/sysinst/arch/macppc/md.c |  9 +--------
 distrib/utils/sysinst/arch/macppc/md.h |  9 ++++++++-
 4 files changed, 18 insertions(+), 18 deletions(-)

diffs (92 lines):

diff -r 3a65eaf9f55c -r d82d3e036451 distrib/utils/sysinst/arch/alpha/md.c
--- a/distrib/utils/sysinst/arch/alpha/md.c     Sat Aug 30 13:33:55 2003 +0000
+++ b/distrib/utils/sysinst/arch/alpha/md.c     Sat Aug 30 13:53:28 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.35 2003/07/25 08:26:24 dsl Exp $      */
+/*     $NetBSD: md.c,v 1.36 2003/08/30 13:53:28 dsl Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -54,13 +54,6 @@
 #include "msg_defs.h"
 #include "menu_defs.h"
 
-/*
- * Symbolic names for disk partitions.
- */
-#define        PART_ROOT       A
-#define        PART_RAW        C
-#define        PART_USR        D
-
 int
 md_get_info(void)
 {
diff -r 3a65eaf9f55c -r d82d3e036451 distrib/utils/sysinst/arch/alpha/md.h
--- a/distrib/utils/sysinst/arch/alpha/md.h     Sat Aug 30 13:33:55 2003 +0000
+++ b/distrib/utils/sysinst/arch/alpha/md.h     Sat Aug 30 13:53:28 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.15 2003/07/25 08:26:24 dsl Exp $      */
+/*     $NetBSD: md.h,v 1.16 2003/08/30 13:53:28 dsl Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -41,6 +41,13 @@
 
 /* Constants and defines */
 
+/*
+ * Symbolic names for disk partitions.
+ */
+#define        PART_ROOT       A
+#define        PART_RAW        C
+#define        PART_USR        D
+
 /* Megs required for a full X installation. */
 #define XNEEDMB 50     /* XXXTHORPEJ */
 #define DEFROOTSIZE    128
diff -r 3a65eaf9f55c -r d82d3e036451 distrib/utils/sysinst/arch/macppc/md.c
--- a/distrib/utils/sysinst/arch/macppc/md.c    Sat Aug 30 13:33:55 2003 +0000
+++ b/distrib/utils/sysinst/arch/macppc/md.c    Sat Aug 30 13:53:28 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.30 2003/07/25 08:26:28 dsl Exp $      */
+/*     $NetBSD: md.c,v 1.31 2003/08/30 13:53:28 dsl Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -54,13 +54,6 @@
 #include "msg_defs.h"
 #include "menu_defs.h"
 
-/*
- * Symbolic names for disk partitions.
- */
-#define        PART_ROOT       A
-#define        PART_RAW        C
-#define        PART_USR        G
-
 int
 md_get_info(void)
 {
diff -r 3a65eaf9f55c -r d82d3e036451 distrib/utils/sysinst/arch/macppc/md.h
--- a/distrib/utils/sysinst/arch/macppc/md.h    Sat Aug 30 13:33:55 2003 +0000
+++ b/distrib/utils/sysinst/arch/macppc/md.h    Sat Aug 30 13:53:28 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.12 2003/07/25 08:26:28 dsl Exp $      */
+/*     $NetBSD: md.h,v 1.13 2003/08/30 13:53:28 dsl Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -41,6 +41,13 @@
 
 /* Constants and defines */
 
+/*
+ * Symbolic names for disk partitions.
+ */
+#define        PART_ROOT       A
+#define        PART_RAW        C
+#define        PART_USR        G
+
 /* Megs required for a full X installation. */
 #define XNEEDMB 35     /* XXXTHORPEJ */
 



Home | Main Index | Thread Index | Old Index