remove stray ;

This commit is contained in:
Sam Leffler 2009-03-14 17:54:58 +00:00
parent 4020272933
commit c0c9ea90a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189800

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)