sys/netinet: remove spurious doubled ;s
This commit is contained in:
parent
d5d190f2f9
commit
c012cfe68a
@ -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 |
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user