Date: Wed, 11 Nov 2015 16:23:07 +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: r290675 - head/sys/tests/callout_test Message-ID: <201511111623.tABGN7cb059274@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed Nov 11 16:23:07 2015 New Revision: 290675 URL: https://svnweb.freebsd.org/changeset/base/290675 Log: Use a proper prototype. This was a failure in the GCC build. MFC after: 1 month X-MFC-With: r290663 Modified: head/sys/tests/callout_test/callout_test.c Modified: head/sys/tests/callout_test/callout_test.c ============================================================================== --- head/sys/tests/callout_test/callout_test.c Wed Nov 11 13:47:23 2015 (r290674) +++ head/sys/tests/callout_test/callout_test.c Wed Nov 11 16:23:07 2015 (r290675) @@ -72,7 +72,7 @@ static struct callout_run *comaster[MAXC uint64_t callout_total=0; -static void execute_the_co_test(); +static void execute_the_co_test(struct callout_run *rn); static void co_saydone(void *arg)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511111623.tABGN7cb059274>