Abandon AF_NS.

This commit is contained in:
Ralf Corsepius
2005-05-11 03:37:02 +00:00
parent b6cfe2f6fa
commit 21f4a24fee

View File

@@ -98,8 +98,6 @@ route_usrreq(so, req, m, nam, control)
route_cb.ip_count--;
else if (af == AF_IPX)
route_cb.ipx_count--;
else if (af == AF_NS)
route_cb.ns_count--;
else if (af == AF_ISO)
route_cb.iso_count--;
route_cb.any_count--;
@@ -118,8 +116,6 @@ route_usrreq(so, req, m, nam, control)
route_cb.ip_count++;
else if (af == AF_IPX)
route_cb.ipx_count++;
else if (af == AF_NS)
route_cb.ns_count++;
else if (af == AF_ISO)
route_cb.iso_count++;
rp->rcb_faddr = &route_src;