summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-06-02 13:13:38 +0000
committertuexen <tuexen@FreeBSD.org>2012-06-02 13:13:38 +0000
commit532b670a507e01b9a82aebff22722077bb20d85a (patch)
treec11befd5a9fb005302cf2050be09dce4c51ecca3 /sys/netinet/sctputil.h
parent4176aa17aeaeaeff9d5ecfc3249418516a02773a (diff)
downloadFreeBSD-src-532b670a507e01b9a82aebff22722077bb20d85a.zip
FreeBSD-src-532b670a507e01b9a82aebff22722077bb20d85a.tar.gz
Remove an unused parameter.
MFC after: 3 days
Diffstat (limited to 'sys/netinet/sctputil.h')
-rw-r--r--sys/netinet/sctputil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h
index 5d1463e..729c491 100644
--- a/sys/netinet/sctputil.h
+++ b/sys/netinet/sctputil.h
@@ -200,7 +200,7 @@ sctp_abort_an_association(struct sctp_inpcb *, struct sctp_tcb *,
void
sctp_handle_ootb(struct mbuf *, int, int, struct sctphdr *,
- struct sctp_inpcb *, struct mbuf *, uint32_t, uint16_t);
+ struct sctp_inpcb *, uint32_t, uint16_t);
int
sctp_connectx_helper_add(struct sctp_tcb *stcb, struct sockaddr *addr,
OpenPOWER on IntegriCloud