sys/netinet: remove spurious doubled ;s

This commit is contained in:
Ed Maste 2020-03-27 23:10:18 +00:00
parent d5d190f2f9
commit c012cfe68a
2 changed files with 2 additions and 2 deletions

View File

@ -1167,7 +1167,7 @@ ip_savecontrol(struct inpcb *inp, struct mbuf **mp, struct ip *ip,
}
if (CHECK_SO_CT(inp->inp_socket, SO_TS_REALTIME_MICRO)) {
struct bintime boottimebin, bt1;
struct timespec ts1;;
struct timespec ts1;
struct timeval tv;
if ((m->m_flags & (M_PKTHDR | M_TSTMP)) == (M_PKTHDR |

View File

@ -1485,7 +1485,7 @@ tcp_rs_init(void *st __unused)
{
CK_LIST_INIT(&int_rs);
rs_number_alive = 0;
rs_number_dead = 0;;
rs_number_dead = 0;
mtx_init(&rs_mtx, "tcp_rs_mtx", "rsmtx", MTX_DEF);
rl_ifnet_departs = EVENTHANDLER_REGISTER(ifnet_departure_event,
tcp_rl_ifnet_departure,