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 Revert pull-up of revision 1.49 (...



details:   https://anonhg.NetBSD.org/src/rev/68c5fa732902
branches:  netbsd-1-4
changeset: 470189:68c5fa732902
user:      he <he%NetBSD.org@localhost>
date:      Sun Jan 23 12:52:49 2000 +0000

description:
Revert pull-up of revision 1.49 (requested by mycroft):
  Off-by-one error in pull-up request.

diffstat:

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

diffs (20 lines):

diff -r 45e18b8ec76d -r 68c5fa732902 distrib/utils/sysinst/defs.h
--- a/distrib/utils/sysinst/defs.h      Sun Jan 23 12:41:49 2000 +0000
+++ b/distrib/utils/sysinst/defs.h      Sun Jan 23 12:52:49 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.36.2.4 2000/01/15 17:27:33 he Exp $ */
+/*     $NetBSD: defs.h,v 1.36.2.5 2000/01/23 12:52:49 he Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -210,10 +210,6 @@
 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