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) _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"