From 3a4d069b2199e006b818f29a19b3e36a6621f88a Mon Sep 17 00:00:00 2001 From: tuexen Date: Sat, 17 Dec 2011 19:21:40 +0000 Subject: Fix unused parameter warnings. While there, fix some whitespace issues. MFC after: 3 months. --- sys/netinet/sctp_var.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netinet/sctp_var.h') diff --git a/sys/netinet/sctp_var.h b/sys/netinet/sctp_var.h index b41f5c8..09c0dd8 100644 --- a/sys/netinet/sctp_var.h +++ b/sys/netinet/sctp_var.h @@ -7,11 +7,11 @@ * modification, are permitted provided that the following conditions are met: * * a) Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. + * this list of conditions and the following disclaimer. * * b) Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. + * the documentation and/or other materials provided with the distribution. * * c) Neither the name of Cisco Systems, Inc. nor the names of its * contributors may be used to endorse or promote products derived @@ -334,7 +334,7 @@ void sctp_input_with_port __P((struct mbuf *, int, uint16_t)); void sctp_input __P((struct mbuf *, int)); #endif -void sctp_pathmtu_adjustment __P((struct sctp_inpcb *, struct sctp_tcb *, struct sctp_nets *, uint16_t)); +void sctp_pathmtu_adjustment __P((struct sctp_tcb *, uint16_t)); void sctp_drain __P((void)); void sctp_init __P((void)); -- cgit v1.1