From a5441090deef0b9401bd8291ffdca1f66ca5362d Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 13 Feb 2000 03:32:07 +0000 Subject: Clean up some loose ends in the network code, including the X.25 and ISO #ifdefs. Clean out unused netisr's and leftover netisr linker set gunk. Tested on x86 and alpha, including world. Approved by: jkh --- sys/net/route.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/net/route.h') diff --git a/sys/net/route.h b/sys/net/route.h index 68d21fc..c9c5c3f 100644 --- a/sys/net/route.h +++ b/sys/net/route.h @@ -255,7 +255,6 @@ struct route_cb { int ip6_count; int ipx_count; int ns_count; - int iso_count; int any_count; }; -- cgit v1.1