remove stray ;

This commit is contained in:
Sam Leffler 2009-03-14 17:54:58 +00:00
parent 4020272933
commit c0c9ea90a8

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)