aboutsummaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r--networking/ifconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index 341998d8d..b884ef7c3 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -6,7 +6,7 @@
6 * Bjorn Wesen, Axis Communications AB 6 * Bjorn Wesen, Axis Communications AB
7 * 7 *
8 * 8 *
9 * Authors of the original ifconfig was: 9 * Authors of the original ifconfig was:
10 * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> 10 * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
11 * 11 *
12 * This program is free software; you can redistribute it 12 * This program is free software; you can redistribute it
@@ -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.28 2004/03/06 22:11:44 andersen Exp $ 18 * $Id: ifconfig.c,v 1.29 2004/03/15 08:28:48 andersen Exp $
19 * 19 *
20 */ 20 */
21 21
@@ -510,7 +510,7 @@ int ifconfig_main(int argc, char **argv)
510 * a - at the end, since it's deleted already! - Roman 510 * a - at the end, since it's deleted already! - Roman
511 * 511 *
512 * Should really use regex.h here, not sure though how well 512 * Should really use regex.h here, not sure though how well
513 * it'll go with the cross-platform support etc. 513 * it'll go with the cross-platform support etc.
514 */ 514 */
515 char *ptr; 515 char *ptr;
516 short int found_colon = 0; 516 short int found_colon = 0;