Fix build

This commit is contained in:
Kip Macy 2008-08-20 03:14:48 +00:00
parent 55a738ec2b
commit 1887d35f06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181892

View File

@ -646,6 +646,8 @@ struct ifindex_entry {
};
struct ifnet *ifnet_byindex(u_short idx);
void ifnet_setbyindex(u_short idx, struct ifnet *ifp);
/*
* Given the index, ifaddr_byindex() returns the one and only
* link-level ifaddr for the interface. You are not supposed to use