remove stray ;

This commit is contained in:
sam 2009-03-14 17:54:58 +00:00
parent 874a1578bb
commit 9dac23d7ae

View File

@ -533,7 +533,7 @@ if_free_type(struct ifnet *ifp, u_char type)
IF_ADDR_LOCK_DESTROY(ifp);
free(ifp, M_IFNET);
};
}
void
ifq_attach(struct ifaltq *ifq, struct ifnet *ifp)