summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-02-23 21:21:47 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-02-23 21:21:47 +0000
commit6971a6379553f399f2f8b4558331cfced256ac40 (patch)
tree6287e6b9e7d1027b04cbec153eb273577f4cbd10
parentffadb4acda8f6b2b5dbdf4900f5c154e7a26a137 (diff)
Notes
-rw-r--r--sys/netinet/tcp_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index 2b0571cea4c8..ddbd12946eca 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -268,7 +268,7 @@ struct tcp_funchead t_functions;
static struct tcp_function_block *tcp_func_set_ptr = &tcp_def_funcblk;
static void
-init_tcp_functions()
+init_tcp_functions(void)
{
if (t_functions_inited == 0) {
TAILQ_INIT(&t_functions);