Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/utils/sysinst/arch/vax pull up rev(s) 1.7-1.8 f...



details:   https://anonhg.NetBSD.org/src/rev/b19acf2c5dca
branches:  netbsd-1-4
changeset: 469022:b19acf2c5dca
user:      cgd <cgd%NetBSD.org@localhost>
date:      Thu Jun 24 22:57:08 1999 +0000

description:
pull up rev(s) 1.7-1.8 from trunk. (cgd)

diffstat:

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

diffs (28 lines):

diff -r 6eb9c96b53ad -r b19acf2c5dca distrib/utils/sysinst/arch/vax/md.c
--- a/distrib/utils/sysinst/arch/vax/md.c       Thu Jun 24 22:57:02 1999 +0000
+++ b/distrib/utils/sysinst/arch/vax/md.c       Thu Jun 24 22:57:08 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.3.2.1 1999/04/19 15:19:30 perry Exp $ */
+/*     $NetBSD: md.c,v 1.3.2.2 1999/06/24 22:57:08 cgd Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -17,7 +17,7 @@
  *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
- *      This product includes software develooped for the NetBSD Project by
+ *      This product includes software developed for the NetBSD Project by
  *      Piermont Information Systems Inc.
  * 4. The name of Piermont Information Systems Inc. may not be used to endorse
  *    or promote products derived from this software without specific prior
@@ -350,7 +350,8 @@
        endwin();
        md_copy_filesystem ();
        md_post_newfs();
-       puts (CL);
+       puts(CL);               /* XXX */
+       wclear(stdscr);
        wrefresh(stdscr);
        return 1;
 }



Home | Main Index | Thread Index | Old Index