Module Name: src Committed By: tsutsui Date: Thu Jun 16 16:27:30 UTC 2022
Modified Files: src/usr.sbin/sysinst: bsddisklabel.c Log Message: Fix pasto. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.sbin/sysinst/bsddisklabel.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/bsddisklabel.c diff -u src/usr.sbin/sysinst/bsddisklabel.c:1.63 src/usr.sbin/sysinst/bsddisklabel.c:1.64 --- src/usr.sbin/sysinst/bsddisklabel.c:1.63 Sat May 28 10:36:24 2022 +++ src/usr.sbin/sysinst/bsddisklabel.c Thu Jun 16 16:27:30 2022 @@ -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 @@ default_parts_init[] = #endif #endif #ifdef PART_BOOT2_SUBT - .fs_version = PART_BOOT1_SUBT, + .fs_version = PART_BOOT2_SUBT, #endif }, #endif