Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/i386 add blank line after bootsel...



details:   https://anonhg.NetBSD.org/src/rev/d187f7bfb7fb
branches:  trunk
changeset: 486014:d187f7bfb7fb
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Thu May 11 02:24:36 2000 +0000

description:
add blank line after bootselectors partition list

diffstat:

 distrib/utils/sysinst/arch/i386/md.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 4b110fc9bdfb -r d187f7bfb7fb distrib/utils/sysinst/arch/i386/md.c
--- a/distrib/utils/sysinst/arch/i386/md.c      Thu May 11 02:23:53 2000 +0000
+++ b/distrib/utils/sysinst/arch/i386/md.c      Thu May 11 02:24:36 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.34 2000/04/10 01:40:51 hubertf Exp $ */
+/*     $NetBSD: md.c,v 1.35 2000/05/11 02:24:36 hubertf Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -625,4 +625,5 @@
                msg_table_add(MSG_bootsel_row,
                    i, get_partname(i), mbs->nametab[i]);
        }
+       msg_display_add(MSG_newline);
 }



Home | Main Index | Thread Index | Old Index