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 Fix typo in previous



details:   https://anonhg.NetBSD.org/src/rev/15ec0adbb420
branches:  trunk
changeset: 547416:15ec0adbb420
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sun May 18 07:44:41 2003 +0000

description:
Fix typo in previous

diffstat:

 distrib/utils/sysinst/arch/arc/md.c   |  4 ++--
 distrib/utils/sysinst/arch/bebox/md.c |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r b5f059d40e1e -r 15ec0adbb420 distrib/utils/sysinst/arch/arc/md.c
--- a/distrib/utils/sysinst/arch/arc/md.c       Sun May 18 07:36:23 2003 +0000
+++ b/distrib/utils/sysinst/arch/arc/md.c       Sun May 18 07:44:41 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.7 2003/05/07 10:20:20 dsl Exp $       */
+/*     $NetBSD: md.c,v 1.8 2003/05/18 07:44:41 dsl Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -73,7 +73,7 @@
        if (!valid_mbr(&mbr)) {
                memset(&mbr.mbr_parts, 0, sizeof mbr.mbr_parts);
                /* XXX check result and give up if < 0 */
-               mbr->mbr_signature = MBR_MAGIC;
+               mbr.mbr_signature = MBR_MAGIC;
                mbr_len = MBR_SECSIZE;
        } else
                mbr_len = MBR_SECSIZE;
diff -r b5f059d40e1e -r 15ec0adbb420 distrib/utils/sysinst/arch/bebox/md.c
--- a/distrib/utils/sysinst/arch/bebox/md.c     Sun May 18 07:36:23 2003 +0000
+++ b/distrib/utils/sysinst/arch/bebox/md.c     Sun May 18 07:44:41 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.29 2003/05/07 10:20:20 dsl Exp $ */
+/*     $NetBSD: md.c,v 1.30 2003/05/18 07:48:28 dsl Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -50,7 +50,7 @@
 
 int mbr_present;
 int c1024_resp;
-mbr_partition_t mbr;
+mbr_sector_t mbr;
 
 /* prototypes */
 



Home | Main Index | Thread Index | Old Index