svn commit: r351641 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sat Aug 31 13:13:41 UTC 2019


Author: tuexen
Date: Sat Aug 31 13:13:40 2019
New Revision: 351641
URL: https://svnweb.freebsd.org/changeset/base/351641

Log:
  Improve function definition.
  
  MFC after:		3 days

Modified:
  head/sys/netinet/sctp_pcb.c

Modified: head/sys/netinet/sctp_pcb.c
==============================================================================
--- head/sys/netinet/sctp_pcb.c	Sat Aug 31 08:52:57 2019	(r351640)
+++ head/sys/netinet/sctp_pcb.c	Sat Aug 31 13:13:40 2019	(r351641)
@@ -5771,7 +5771,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-head mailing list