aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-03-05 19:24:24 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-03-05 19:24:24 +0000
commit3c6b084e9675f9c4f3e9765b9d4b48ff0493d0d1 (patch)
tree5244a504fc54940e377f138f4f959da0cbad8ceb /sys/net/route.h
parentf3634ced5ca861c15a9be9e2b4ef9463c5aececb (diff)
downloadsrc-3c6b084e9675f9c4f3e9765b9d4b48ff0493d0d1.tar.gz
src-3c6b084e9675f9c4f3e9765b9d4b48ff0493d0d1.zip
Finish driving a stake through the heart of netns and the associated
ifdefs scattered around the place - its dead Jim! The SMB stuff had stolen AF_NS, make it official.
Notes
Notes: svn path=/head/; revision=111926
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 fd14a9c518b9..c7e75291c9dd 100644
--- a/sys/net/route.h
+++ b/sys/net/route.h
@@ -258,7 +258,6 @@ struct route_cb {
int ip_count;
int ip6_count;
int ipx_count;
- int ns_count;
int any_count;
};