svn commit: r295933 - head/sys/netinet

Bryan Drewery bdrewery at FreeBSD.org
Tue Feb 23 21:21:48 UTC 2016


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);


More information about the svn-src-all mailing list