Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst Fix pasto.



details:   https://anonhg.NetBSD.org/src/rev/f0bf2dd119f1
branches:  trunk
changeset: 366807:f0bf2dd119f1
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jun 16 16:27:30 2022 +0000

description:
Fix pasto.

diffstat:

 usr.sbin/sysinst/bsddisklabel.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8c3f713e8732 -r f0bf2dd119f1 usr.sbin/sysinst/bsddisklabel.c
--- a/usr.sbin/sysinst/bsddisklabel.c   Thu Jun 16 14:03:37 2022 +0000
+++ b/usr.sbin/sysinst/bsddisklabel.c   Thu Jun 16 16:27:30 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bsddisklabel.c,v 1.63 2022/05/28 10:36:24 andvar Exp $ */
+/*     $NetBSD: bsddisklabel.c,v 1.64 2022/06/16 16:27:30 tsutsui Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -124,7 +124,7 @@
 #endif
 #endif
 #ifdef PART_BOOT2_SUBT
-         .fs_version = PART_BOOT1_SUBT,
+         .fs_version = PART_BOOT2_SUBT,
 #endif
        },
 #endif



Home | Main Index | Thread Index | Old Index