Module Name:    src
Committed By:   martin
Date:           Wed Oct 14 08:49:04 UTC 2020

Modified Files:
        src/usr.sbin/sysinst/arch/ofppc: md.c
        src/usr.sbin/sysinst/arch/zaurus: md.c

Log Message:
Fix copy & pasto (missing "again" label)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/sysinst/arch/ofppc/md.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sysinst/arch/zaurus/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/arch/ofppc/md.c
diff -u src/usr.sbin/sysinst/arch/ofppc/md.c:1.11 src/usr.sbin/sysinst/arch/ofppc/md.c:1.12
--- src/usr.sbin/sysinst/arch/ofppc/md.c:1.11	Mon Oct 12 16:14:35 2020
+++ src/usr.sbin/sysinst/arch/ofppc/md.c	Wed Oct 14 08:49:04 2020
@@ -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 @@ md_get_info(struct install_partition_des
 	if (pm->no_mbr || pm->no_part)
 		return true;
 
+again:
 	if (pm->parts == NULL) {
 
 		const struct disk_partitioning_scheme *ps =

Index: src/usr.sbin/sysinst/arch/zaurus/md.c
diff -u src/usr.sbin/sysinst/arch/zaurus/md.c:1.9 src/usr.sbin/sysinst/arch/zaurus/md.c:1.10
--- src/usr.sbin/sysinst/arch/zaurus/md.c:1.9	Mon Oct 12 16:14:37 2020
+++ src/usr.sbin/sysinst/arch/zaurus/md.c	Wed Oct 14 08:49:04 2020
@@ -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 @@ md_get_info(struct install_partition_des
 	if (pm->no_mbr || pm->no_part)
 		return true;
 
+again:
 	if (pm->parts == NULL) {
 
 		const struct disk_partitioning_scheme *ps =

Reply via email to