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/amiga Fix typo



details:   https://anonhg.NetBSD.org/src/rev/01f12d67f5f8
branches:  trunk
changeset: 368158:01f12d67f5f8
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jun 26 09:14:14 2022 +0000

description:
Fix typo

diffstat:

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

diffs (18 lines):

diff -r d7b7489b753c -r 01f12d67f5f8 usr.sbin/sysinst/arch/amiga/md.c
--- a/usr.sbin/sysinst/arch/amiga/md.c  Sun Jun 26 08:28:07 2022 +0000
+++ b/usr.sbin/sysinst/arch/amiga/md.c  Sun Jun 26 09:14:14 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.8 2022/06/24 22:28:11 tsutsui Exp $ */
+/*     $NetBSD: md.c,v 1.9 2022/06/26 09:14:14 martin Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -112,7 +112,7 @@
            lp->d_npartitions == RAW_PART + 1 &&
            lp->d_partitions[RAW_PART].p_size == 0x1fffffff &&
            lp->d_partitions[0].p_size == lp->d_partitions[RAW_PART].p_size &&
-           lp->d_partitions[0].p_offset == 0;
+           lp->d_partitions[0].p_offset == 0 &&
            lp->d_partitions[0].p_fstype == FS_BSDFFS;
 
        return maybe_default;



Home | Main Index | Thread Index | Old Index