svn commit: r252932 - stable/9/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Sun Jul 7 11:50:52 UTC 2013
Author: tuexen
Date: Sun Jul 7 11:50:51 2013
New Revision: 252932
URL: http://svnweb.freebsd.org/changeset/base/252932
Log:
MFC r240507:
Small cleanups. No functional change.
Modified:
stable/9/sys/netinet/sctputil.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet/sctputil.c
==============================================================================
--- stable/9/sys/netinet/sctputil.c Sun Jul 7 11:47:06 2013 (r252931)
+++ stable/9/sys/netinet/sctputil.c Sun Jul 7 11:50:51 2013 (r252932)
@@ -58,8 +58,7 @@ extern struct sctp_cc_functions sctp_cc_
extern struct sctp_ss_functions sctp_ss_functions[];
void
-sctp_sblog(struct sockbuf *sb,
- struct sctp_tcb *stcb, int from, int incr)
+sctp_sblog(struct sockbuf *sb, struct sctp_tcb *stcb, int from, int incr)
{
struct sctp_cwnd_log sctp_clog;
@@ -103,7 +102,6 @@ sctp_log_closing(struct sctp_inpcb *inp,
sctp_clog.x.misc.log4);
}
-
void
rto_logging(struct sctp_nets *net, int from)
{
@@ -198,8 +196,7 @@ sctp_log_map(uint32_t map, uint32_t cum,
}
void
-sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn,
- int from)
+sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, int from)
{
struct sctp_cwnd_log sctp_clog;
@@ -242,8 +239,7 @@ sctp_log_mb(struct mbuf *m, int from)
}
void
-sctp_log_strm_del(struct sctp_queued_to_read *control, struct sctp_queued_to_read *poschk,
- int from)
+sctp_log_strm_del(struct sctp_queued_to_read *control, struct sctp_queued_to_read *poschk, int from)
{
struct sctp_cwnd_log sctp_clog;
@@ -4215,7 +4211,6 @@ sctp_print_address(struct sockaddr *sa)
#ifdef INET6
char ip6buf[INET6_ADDRSTRLEN];
- ip6buf[0] = 0;
#endif
switch (sa->sa_family) {
More information about the svn-src-stable-9
mailing list