aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>1998-12-06 16:17:41 +0000
committerPhil Blundell <philb@gnu.org>1998-12-06 16:17:41 +0000
commitb77cd76d98cfe6087e5a05eb8ce0cee2c206d670 (patch)
tree70c216494213385b6d30001000681058c5f5df61 /ifconfig.c
parentMore socket-open fixes (diff)
downloadnet-tools-b77cd76d98cfe6087e5a05eb8ce0cee2c206d670.tar.gz
net-tools-b77cd76d98cfe6087e5a05eb8ce0cee2c206d670.tar.bz2
net-tools-b77cd76d98cfe6087e5a05eb8ce0cee2c206d670.zip
Miscellaneous minor mods. Unless anything turns up in the next
day or so this will be net-tools 1.49.
Diffstat (limited to 'ifconfig.c')
-rw-r--r--ifconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ifconfig.c b/ifconfig.c
index 05424ef..131c74b 100644
--- a/ifconfig.c
+++ b/ifconfig.c
@@ -3,7 +3,7 @@
* that either displays or sets the characteristics of
* one or more of the system's networking interfaces.
*
- * Version: $Id: ifconfig.c,v 1.24 1998/12/05 10:33:51 philip Exp $
+ * Version: $Id: ifconfig.c,v 1.25 1998/12/06 16:17:44 philip Exp $
*
* Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
* and others. Copyright 1993 MicroWalt Corporation
@@ -107,7 +107,7 @@ static const char *if_port_text[][4] =
#include "sockets.h"
#include "util.h"
-char *Release = RELEASE, *Version = "ifconfig 1.36 (1998-10-31)";
+char *Release = RELEASE, *Version = "ifconfig 1.37 (1998-12-05)";
int opt_a = 0; /* show all interfaces */
int opt_i = 0; /* show the statistics */