diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2019-08-31 13:13:40 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2019-08-31 13:13:40 +0000 |
commit | e30a1788fa9ead2e13b301f13948fcfabb04c915 (patch) | |
tree | 0fcef3c5d6bcb8b0435bbf61d9abbbef38e66212 | |
parent | ec24a1b67c67216033aa72e6d70a2abc27580585 (diff) | |
download | src-e30a1788fa9ead2e13b301f13948fcfabb04c915.tar.gz src-e30a1788fa9ead2e13b301f13948fcfabb04c915.zip |
Improve function definition.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=351641
-rw-r--r-- | sys/netinet/sctp_pcb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_pcb.c b/sys/netinet/sctp_pcb.c index 6821d0bf384e..fd54dfbc37e2 100644 --- a/sys/netinet/sctp_pcb.c +++ b/sys/netinet/sctp_pcb.c @@ -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 |