From 2276d836398564a90f5ff237e63ca3104ae509f0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 11 Jul 2002 11:11:56 +0000 Subject: Fixup warnings and undefined operations that show up in gcc-3.1 -Erik --- networking/ifconfig.c | 3 ++- networking/telnet.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'networking') diff --git a/networking/ifconfig.c b/networking/ifconfig.c index 9e87c8be5..3ada4f178 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c @@ -15,7 +15,7 @@ * Foundation; either version 2 of the License, or (at * your option) any later version. * - * $Id: ifconfig.c,v 1.17 2002/07/03 11:46:34 andersen Exp $ + * $Id: ifconfig.c,v 1.18 2002/07/11 11:11:52 andersen Exp $ * */ @@ -504,6 +504,7 @@ int ifconfig_main(int argc, char **argv) } } LOOP: + continue; } /* end of while-loop */ return goterr; diff --git a/networking/telnet.c b/networking/telnet.c index 86d672c2d..14b71c85d 100644 --- a/networking/telnet.c +++ b/networking/telnet.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3