svn commit: r352006 - stable/12/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sat Sep 7 12:15:24 UTC 2019


Author: tuexen
Date: Sat Sep  7 12:15:23 2019
New Revision: 352006
URL: https://svnweb.freebsd.org/changeset/base/352006

Log:
  MFC r351641:
  Improve function definition.

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

Modified: stable/12/sys/netinet/sctp_pcb.c
==============================================================================
--- stable/12/sys/netinet/sctp_pcb.c	Sat Sep  7 12:13:58 2019	(r352005)
+++ stable/12/sys/netinet/sctp_pcb.c	Sat Sep  7 12:15:23 2019	(r352006)
@@ -5774,7 +5774,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-all mailing list