Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 11:58:43 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r252935 - stable/9/sys/netinet
Message-ID:  <201307071158.r67BwhMm070971@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307071158.r67BwhMm070971>