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 Pull up revision 1.49 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/4cc57d52983e
branches:  netbsd-1-4
changeset: 470044:4cc57d52983e
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 15 17:27:33 2000 +0000

description:
Pull up revision 1.49 (requested by mycroft):
  Get rid of the side and bottom borders on command output windows,
  so this works better on a terminal.

diffstat:

 distrib/utils/sysinst/defs.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 9133b076c57b -r 4cc57d52983e distrib/utils/sysinst/defs.h
--- a/distrib/utils/sysinst/defs.h      Sat Jan 15 17:25:07 2000 +0000
+++ b/distrib/utils/sysinst/defs.h      Sat Jan 15 17:27:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.36.2.3 1999/06/24 22:58:02 cgd Exp $        */
+/*     $NetBSD: defs.h,v 1.36.2.4 2000/01/15 17:27:33 he Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -210,6 +210,10 @@
 EXTERN char net_namesvr[STRSIZE] INIT("");
 EXTERN char net_defroute[STRSIZE] INIT("");
 EXTERN char net_media[STRSIZE] INIT("");
+#ifdef INET6
+EXTERN char net_ip6[STRSIZE] INIT("");
+EXTERN char net_namesvr6[STRSIZE] INIT("");
+#endif
 
 /* Variables for upgrade. */
 #if 0



Home | Main Index | Thread Index | Old Index