Module Name:    src
Committed By:   snj
Date:           Wed Jan  4 05:30:44 UTC 2023

Modified Files:
        src/usr.sbin/sysinst [netbsd-10]: net.c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.43.2.1 src/usr.sbin/sysinst/net.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/net.c
diff -u src/usr.sbin/sysinst/net.c:1.43 src/usr.sbin/sysinst/net.c:1.43.2.1
--- src/usr.sbin/sysinst/net.c:1.43	Wed May 18 16:39:03 2022
+++ src/usr.sbin/sysinst/net.c	Wed Jan  4 05:30:44 2023
@@ -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 @@ again:
 	selected_net = -1;
 	msg_display(MSG_asknetdev);
 	process_menu(menu_no, &selected_net);
+	msg_clear();
 
 	if (selected_net == -1) {
 		free_menu(menu_no);

Reply via email to