svn commit: r360730 - stable/11/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Thu May 7 01:09:17 UTC 2020


Author: tuexen
Date: Thu May  7 01:09:17 2020
New Revision: 360730
URL: https://svnweb.freebsd.org/changeset/base/360730

Log:
  MFC r351641: Improve function definition.

Modified:
  stable/11/sys/netinet/sctp_pcb.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/netinet/sctp_pcb.c
==============================================================================
--- stable/11/sys/netinet/sctp_pcb.c	Thu May  7 01:07:47 2020	(r360729)
+++ stable/11/sys/netinet/sctp_pcb.c	Thu May  7 01:09:17 2020	(r360730)
@@ -5773,7 +5773,7 @@ sctp_startup_mcore_threads(void)
 #endif
 
 void
-sctp_pcb_init()
+sctp_pcb_init(void)
 {
 	/*
 	 * SCTP initialization for the PCB structures should be called by


More information about the svn-src-stable mailing list