Remove superfluous cast in usr.bin/netstat/sctp.c.

Found by:	clang
Submitted by:	Norberto Lopes, nlopes dot ml at gmail dot com
Approved by:	rpaulo (mentor)
This commit is contained in:
Dimitry Andric 2010-10-08 20:40:05 +00:00
parent 471f9e3e00
commit 93f8854c00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213620

View File

@ -355,7 +355,7 @@ sctp_process_inpcb(struct xsctp_inpcb *xinpcb, const char *name,
first = 0;
}
if (Lflag && xinpcb->maxqlen == 0) {
(int)sctp_skip_xinpcb_ifneed(buf, buflen, offset);
sctp_skip_xinpcb_ifneed(buf, buflen, offset);
return;
}
if (Aflag)