Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/utils/sysinst Pull up rev. 1.62 to netbsd-1-5 b...
details: https://anonhg.NetBSD.org/src/rev/a5e68d4ebf5c
branches: netbsd-1-5
changeset: 489502:a5e68d4ebf5c
user: hubertf <hubertf%NetBSD.org@localhost>
date: Wed Sep 20 21:51:38 2000 +0000
description:
Pull up rev. 1.62 to netbsd-1-5 branch, OK'd by thorpej:
> Remove some stale debug code, OK'd by itojun
diffstat:
distrib/utils/sysinst/net.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r cfe70f106dc5 -r a5e68d4ebf5c distrib/utils/sysinst/net.c
--- a/distrib/utils/sysinst/net.c Wed Sep 20 21:50:47 2000 +0000
+++ b/distrib/utils/sysinst/net.c Wed Sep 20 21:51:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: net.c,v 1.58.2.2 2000/09/20 21:48:45 hubertf Exp $ */
+/* $NetBSD: net.c,v 1.58.2.3 2000/09/20 21:51:38 hubertf Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -1003,7 +1003,6 @@
while ((t = strtok(NULL, " \t\n")) != NULL) {
if (strcmp(t, search) == 0) {
t = strtok(NULL, " \t\n");
-fprintf(stderr, "<%s>", t);
if (inet_pton(af, t, &in) == 1 &&
strcmp(t, "0.0.0.0") != 0) {
strcpy(targ, t);
Home |
Main Index |
Thread Index |
Old Index