Use a proper prototype.

This was a failure in the GCC build.

MFC after:	1 month
X-MFC-With:	r290663
This commit is contained in:
Bryan Drewery 2015-11-11 16:23:07 +00:00
parent f2e553364c
commit 5d811cd568
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290675

View File

@ -72,7 +72,7 @@ static struct callout_run *comaster[MAXCPU];
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)