aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-03-27 23:10:18 +0000
committerEd Maste <emaste@FreeBSD.org>2020-03-27 23:10:18 +0000
commitc012cfe68a691bb509974d174ff6c2a8ac23c28a (patch)
tree076efaf03b8c6d41115f6a4b88f0353d9043ad06 /sys/netinet/ip_input.c
parentd5d190f2f9cf4547b7527e868d849efea3932451 (diff)
downloadsrc-c012cfe68a691bb509974d174ff6c2a8ac23c28a.tar.gz
src-c012cfe68a691bb509974d174ff6c2a8ac23c28a.zip
sys/netinet: remove spurious doubled ;s
Notes
Notes: svn path=/head/; revision=359381
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index aee73f7337a6..9750bd69011d 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -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 |