Mark an unused parameter as such.

MFC after:	3 days
This commit is contained in:
Michael Tuexen 2016-08-06 12:51:07 +00:00
parent d1ea5fa9c2
commit bfe7e9328c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303793

View File

@ -221,9 +221,11 @@ sctp_ss_default_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
}
static void
sctp_ss_default_scheduled(struct sctp_tcb *stcb, struct sctp_nets *net SCTP_UNUSED,
sctp_ss_default_scheduled(struct sctp_tcb *stcb,
struct sctp_nets *net SCTP_UNUSED,
struct sctp_association *asoc,
struct sctp_stream_out *strq, int moved_how_much)
struct sctp_stream_out *strq,
int moved_how_much SCTP_UNUSED)
{
struct sctp_stream_queue_pending *sp;