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/i386 add missing brace.
details: https://anonhg.NetBSD.org/src/rev/ad6245550452
branches: trunk
changeset: 319589:ad6245550452
user: christos <christos%NetBSD.org@localhost>
date: Sun Jun 03 18:59:45 2018 +0000
description:
add missing brace.
diffstat:
usr.sbin/sysinst/arch/i386/md.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7583156b8189 -r ad6245550452 usr.sbin/sysinst/arch/i386/md.c
--- a/usr.sbin/sysinst/arch/i386/md.c Sun Jun 03 18:38:35 2018 +0000
+++ b/usr.sbin/sysinst/arch/i386/md.c Sun Jun 03 18:59:45 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.10 2018/06/03 14:38:28 martin Exp $ */
+/* $NetBSD: md.c,v 1.11 2018/06/03 18:59:45 christos Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -329,6 +329,7 @@
/* Defaulting the baud rate to that of stdin should suffice */
if (tcgetattr(0, &t) != -1)
boottype.bp_conspeed = t.c_ispeed;
+ }
if (pm == NULL || !pm->no_part) {
/*
Home |
Main Index |
Thread Index |
Old Index