summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/sctp_input.c')
-rw-r--r--sys/netinet/sctp_input.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c
index c187aac..a9f3dfc 100644
--- a/sys/netinet/sctp_input.c
+++ b/sys/netinet/sctp_input.c
@@ -5628,10 +5628,7 @@ sctp_print_mbuf_chain(struct mbuf *m)
#endif
void
-sctp_input_with_port(i_pak, off, port)
- struct mbuf *i_pak;
- int off;
- uint16_t port;
+sctp_input_with_port(struct mbuf *i_pak, int off, uint16_t port)
{
#ifdef SCTP_MBUF_LOGGING
struct mbuf *mat;
OpenPOWER on IntegriCloud