aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2000-05-20 13:38:10 +0000
committerPhil Blundell <philb@gnu.org>2000-05-20 13:38:10 +0000
commit481de747db56a773a520eb3f0dfd357de4c80126 (patch)
treeaeb4b06d3dd8ea48c32275e093d5eb49a407c8b6 /lib/econet.c
parentre applied the ipv6 addresses patch from Matthew (for intel platform) (diff)
downloadnet-tools-481de747db56a773a520eb3f0dfd357de4c80126.tar.gz
net-tools-481de747db56a773a520eb3f0dfd357de4c80126.tar.bz2
net-tools-481de747db56a773a520eb3f0dfd357de4c80126.zip
Add X.25 support.
Patch from "J.H.M. Dassen (Ray)" <jdassen@cistron.nl>
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 3fcb176..ed6695a 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.9 1999/09/27 11:00:47 philip Exp $
+ * Version: $Id: econet.c,v 1.10 2000/05/20 13:38:10 pb Exp $
*
* Author: Philip Blundell <philb@gnu.org>
*
@@ -80,7 +80,7 @@ struct aftype ec_aftype =
ec_print, ec_sprint, ec_input, NULL,
NULL, NULL, NULL,
-1,
- "/proc/sys/net/econet"
+ NULL /*"/proc/sys/net/econet"*/
};
#endif /* HAVE_AFECONET */