aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-02-13 03:32:07 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-02-13 03:32:07 +0000
commit242c5536ea8a69496ed4827a9908505b8eaf52da (patch)
treea31aa86acc3b4c619d5f6919749b971bfe1833bc /sys/net/route.h
parent84a5b015049ed8f12d326801575b6bd2a7a4973b (diff)
downloadsrc-242c5536ea8a69496ed4827a9908505b8eaf52da.tar.gz
src-242c5536ea8a69496ed4827a9908505b8eaf52da.zip
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
Notes
Notes: svn path=/head/; revision=57178
Diffstat (limited to 'sys/net/route.h')
-rw-r--r--sys/net/route.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/route.h b/sys/net/route.h
index 68d21fc778eb..c9c5c3f593ca 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;
};