aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>1999-04-04 21:37:00 +0000
committerPhil Blundell <philb@gnu.org>1999-04-04 21:37:00 +0000
commit3d25d165f779acb45974da83b842424e3373db5c (patch)
tree4a1de4161dabc7ae9bb55382f4babc32917945cf /lib/econet.c
parentFrom Philip Chong <pchong@r-491a.ihouse.berkeley.edu> (diff)
downloadnet-tools-3d25d165f779acb45974da83b842424e3373db5c.tar.gz
net-tools-3d25d165f779acb45974da83b842424e3373db5c.tar.bz2
net-tools-3d25d165f779acb45974da83b842424e3373db5c.zip
Remove bogus checks for loopback, use the real ARPHRD value.
Take out special-casing of Ash and ATM for don't-print-null- hwaddr purposes; make it a flag in struct hwtype. Add appropriate /proc check for Econet presence. Call it 1.52.
Diffstat (limited to 'lib/econet.c')
-rw-r--r--lib/econet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/econet.c b/lib/econet.c
index 4c2c322..36b47e8 100644
--- a/lib/econet.c
+++ b/lib/econet.c
@@ -3,7 +3,7 @@
* support functions for the net-tools.
* (NET-3 base distribution).
*
- * Version: $Id: econet.c,v 1.6 1999/01/05 20:53:23 philip Exp $
+ * Version: $Id: econet.c,v 1.7 1999/04/04 21:37:03 philip Exp $
*
* Author: Philip Blundell <philb@gnu.org>
*
@@ -82,7 +82,7 @@ struct aftype ec_aftype =
ec_print, ec_sprint, ec_input, NULL,
NULL, NULL, NULL,
-1,
- NULL
+ "/proc/sys/net/econet"
};
#endif /* HAVE_AFECONET */