Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst/arch Fix copy & pasto (missing "again" label)



details:   https://anonhg.NetBSD.org/src/rev/4c5b990b839c
branches:  trunk
changeset: 940682:4c5b990b839c
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Oct 14 08:49:04 2020 +0000

description:
Fix copy & pasto (missing "again" label)

diffstat:

 usr.sbin/sysinst/arch/ofppc/md.c  |  3 ++-
 usr.sbin/sysinst/arch/zaurus/md.c |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 25567e26a2ea -r 4c5b990b839c usr.sbin/sysinst/arch/ofppc/md.c
--- a/usr.sbin/sysinst/arch/ofppc/md.c  Wed Oct 14 07:32:53 2020 +0000
+++ b/usr.sbin/sysinst/arch/ofppc/md.c  Wed Oct 14 08:49:04 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.11 2020/10/12 16:14:35 martin Exp $   */
+/*     $NetBSD: md.c,v 1.12 2020/10/14 08:49:04 martin Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -84,6 +84,7 @@
        if (pm->no_mbr || pm->no_part)
                return true;
 
+again:
        if (pm->parts == NULL) {
 
                const struct disk_partitioning_scheme *ps =
diff -r 25567e26a2ea -r 4c5b990b839c usr.sbin/sysinst/arch/zaurus/md.c
--- a/usr.sbin/sysinst/arch/zaurus/md.c Wed Oct 14 07:32:53 2020 +0000
+++ b/usr.sbin/sysinst/arch/zaurus/md.c Wed Oct 14 08:49:04 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.9 2020/10/12 16:14:37 martin Exp $    */
+/*     $NetBSD: md.c,v 1.10 2020/10/14 08:49:04 martin Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -77,6 +77,7 @@
        if (pm->no_mbr || pm->no_part)
                return true;
 
+again:
        if (pm->parts == NULL) {
 
                const struct disk_partitioning_scheme *ps =



Home | Main Index | Thread Index | Old Index