Source-Changes-HG archive

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

[src/netbsd-10]: src/usr.sbin/sysinst Pull up following revision(s) (requeste...



details:   https://anonhg.NetBSD.org/src/rev/b4a4449477b7
branches:  netbsd-10
changeset: 372916:b4a4449477b7
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Jan 04 05:30:44 2023 +0000

description:
Pull up following revision(s) (requested by martin in ticket #35):
        usr.sbin/sysinst/net.c: revision 1.44
Clear the msg area after prompting for the network device to use

diffstat:

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

diffs (17 lines):

diff -r d1ae074cc5ef -r b4a4449477b7 usr.sbin/sysinst/net.c
--- a/usr.sbin/sysinst/net.c    Tue Jan 03 18:26:05 2023 +0000
+++ b/usr.sbin/sysinst/net.c    Wed Jan 04 05:30:44 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: net.c,v 1.43 2022/05/18 16:39:03 martin Exp $  */
+/*     $NetBSD: net.c,v 1.43.2.1 2023/01/04 05:30:44 snj Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -594,6 +594,7 @@
        selected_net = -1;
        msg_display(MSG_asknetdev);
        process_menu(menu_no, &selected_net);
+       msg_clear();
 
        if (selected_net == -1) {
                free_menu(menu_no);



Home | Main Index | Thread Index | Old Index