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/playstation2 Typo in previous commit



details:   https://anonhg.NetBSD.org/src/rev/55a6bb55b087
branches:  trunk
changeset: 546811:55a6bb55b087
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed May 07 11:42:03 2003 +0000

description:
Typo in previous commit

diffstat:

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

diffs (18 lines):

diff -r b8d790a9a63c -r 55a6bb55b087 distrib/utils/sysinst/arch/playstation2/md.c
--- a/distrib/utils/sysinst/arch/playstation2/md.c      Wed May 07 11:36:10 2003 +0000
+++ b/distrib/utils/sysinst/arch/playstation2/md.c      Wed May 07 11:42:03 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.5 2003/05/07 10:20:23 dsl Exp $ */
+/*     $NetBSD: md.c,v 1.6 2003/05/07 11:42:03 dsl Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -63,7 +63,7 @@
 
        if (!valid_mbr(&mbr)) {
                memset(&mbr.mbr_parts, 0, sizeof mbr.mbr_parts);
-               mbr/mbr_signature = MBR_MAGIC;
+               mbr.mbr_signature = MBR_MAGIC;
        }
 
        msg_display(MSG_nobiosgeom, dlcyl, dlhead, dlsec);



Home | Main Index | Thread Index | Old Index