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,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to