svn commit: r321001 - head/tests/sys/aio

Alan Somers asomers at FreeBSD.org
Fri Jul 14 21:50:05 UTC 2017


Author: asomers
Date: Fri Jul 14 21:50:04 2017
New Revision: 321001
URL: https://svnweb.freebsd.org/changeset/base/321001

Log:
  Fix the build with GCC after r320975
  
  Reported by:	pfg
  MFC after:	20 days
  X-MFC-With:	320975
  Sponsored by:	Spectra Logic Corp

Modified:
  head/tests/sys/aio/aio_test.c

Modified: head/tests/sys/aio/aio_test.c
==============================================================================
--- head/tests/sys/aio/aio_test.c	Fri Jul 14 21:43:57 2017	(r321000)
+++ head/tests/sys/aio/aio_test.c	Fri Jul 14 21:50:04 2017	(r321001)
@@ -222,7 +222,7 @@ setup_signal(void)
  * separate process
  */
 static struct sigevent*
-setup_thread()
+setup_thread(void)
 {
 	static struct sigevent sev;
 


More information about the svn-src-all mailing list