summaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-11 11:11:56 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-11 11:11:56 +0000
commit2276d836398564a90f5ff237e63ca3104ae509f0 (patch)
treeb516e1554a434ba539ed5318c0b3736940c1dd99 /networking/ifconfig.c
parentcafc10323099befd1e45bb1d212a511dcbb92b11 (diff)
downloadbusybox-w32-2276d836398564a90f5ff237e63ca3104ae509f0.tar.gz
busybox-w32-2276d836398564a90f5ff237e63ca3104ae509f0.tar.bz2
busybox-w32-2276d836398564a90f5ff237e63ca3104ae509f0.zip
Fixup warnings and undefined operations that show up in gcc-3.1
-Erik
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r--networking/ifconfig.c3
1 files changed, 2 insertions, 1 deletions
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 @@
15 * Foundation; either version 2 of the License, or (at 15 * Foundation; either version 2 of the License, or (at
16 * your option) any later version. 16 * your option) any later version.
17 * 17 *
18 * $Id: ifconfig.c,v 1.17 2002/07/03 11:46:34 andersen Exp $ 18 * $Id: ifconfig.c,v 1.18 2002/07/11 11:11:52 andersen Exp $
19 * 19 *
20 */ 20 */
21 21
@@ -504,6 +504,7 @@ int ifconfig_main(int argc, char **argv)
504 } 504 }
505 } 505 }
506 LOOP: 506 LOOP:
507 continue;
507 } /* end of while-loop */ 508 } /* end of while-loop */
508 509
509 return goterr; 510 return goterr;