svn commit: r252935 - stable/9/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Sun Jul 7 11:58:44 UTC 2013
Author: tuexen
Date: Sun Jul 7 11:58:43 2013
New Revision: 252935
URL: http://svnweb.freebsd.org/changeset/base/252935
Log:
MFC r240848:
Declare a static function as such.
Modified:
stable/9/sys/netinet/sctp_output.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet/sctp_output.c
==============================================================================
--- stable/9/sys/netinet/sctp_output.c Sun Jul 7 11:56:28 2013 (r252934)
+++ stable/9/sys/netinet/sctp_output.c Sun Jul 7 11:58:43 2013 (r252935)
@@ -6412,7 +6412,7 @@ error_out:
}
}
-int
+static int
sctp_med_chunk_output(struct sctp_inpcb *inp,
struct sctp_tcb *stcb,
struct sctp_association *asoc,
More information about the svn-src-stable-9
mailing list