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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"