Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2016 21:21:47 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295933 - head/sys/netinet
Message-ID:  <201602232121.u1NLLlkZ039689@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Feb 23 21:21:47 2016
New Revision: 295933
URL: https://svnweb.freebsd.org/changeset/base/295933

Log:
  Fix build after r29592.

Modified:
  head/sys/netinet/tcp_subr.c

Modified: head/sys/netinet/tcp_subr.c
==============================================================================
--- head/sys/netinet/tcp_subr.c	Tue Feb 23 21:11:42 2016	(r295932)
+++ head/sys/netinet/tcp_subr.c	Tue Feb 23 21:21:47 2016	(r295933)
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602232121.u1NLLlkZ039689>